#B2B74F

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

Shades of Celery #B2B74F

Tints of Celery #B2B74F

Color information

#B2B74F (or 0xB2B74F) is unknown color: approx Celery. HEX triplet: B2, B7 and 4F. RGB value is (178,183,79). Sum of RGB (Red+Green+Blue) = 178+183+79=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B74F is #4D48B0. Grayscale: #AAAAAA. Windows color (decimal): -5064881 or 5224370. OLE color: 5224370.

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

Color convert

RGB17818379-
CMYK0.0300.570.28
HSL62.88º41.94%51.37%-
HSV(B)62.88º56.83%71.76%-
XYZ36.743.913.94-
YUV169.6576.84133.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=40.45%
G=41.59%
B=17.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183790.0300.570.2862.8841.9451.37
HexB2B74F30391C3f2a33
Octal262267117307134775263
Binary1011001010110111100111111011100111100111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B74F; }

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

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

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

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

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

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

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

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