#b2b740

Color #B2B740 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B2B740

Tints of Celery #B2B740

Color information

#B2B740 (or 0xB2B740) is unknown color: approx Celery. HEX triplet: B2, B7 and 40. RGB value is (178,183,64). Sum of RGB (Red+Green+Blue) = 178+183+64=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B740 is #4D48BF. Grayscale: #A8A8A8. Windows color (decimal): -5064896 or 4241330. OLE color: 4241330.

HSL color Cylindrical-coordinate representation of color #B2B740: hue angle of 62.52º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2B740 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB17818364-
CMYK0.0300.650.28
HSL62.52º48.18%48.43%-
HSV(B)62.52º65.03%71.76%-
XYZ36.2243.711.38-
YUV167.9469.34135.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=41.88%
G=43.06%
B=15.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183640.0300.650.2862.5248.1848.43
HexB2B74030411C3f3030
Octal2622671003010134776060
Binary10110010101101111000000110100000111100111111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2b740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2b740; }

 p { color: rgb(178,183,64); }

 H1.HeaderClassName
 {
   color: #b2b740;
 }
 .AnyTagClassName
 {
   color: #b2b740;
 }
</style>
background-color css

<style>
 a { background-color: #b2b740; }

 a { background-color: rgb(178,183,64); }

 div.DivClassName
 {
   background-color: #b2b740;
 }
 .BgClassName
 {
   background-color: #b2b740;
 }
</style>
border-color css

<style>
 span { border-color: #b2b740; }

 span { border-color: rgb(178,183,64); }

 td.TdClassName
 {
   border-color: #b2b740;
 }
 .TagClassName
 {
   border-color: #b2b740;
 }
</style>