#B9B74C

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

Shades of Celery #B9B74C

Tints of Celery #B9B74C

Color information

#B9B74C (or 0xB9B74C) is unknown color: approx Celery. HEX triplet: B9, B7 and 4C. RGB value is (185,183,76). Sum of RGB (Red+Green+Blue) = 185+183+76=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B74C is #4648B3. Grayscale: #ABABAB. Windows color (decimal): -4606132 or 5027769. OLE color: 5027769.

HSL color Cylindrical-coordinate representation of color #B9B74C: hue angle of 58.9º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9B74C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18518376-
CMYK00.010.590.27
HSL58.9º43.78%51.18%-
HSV(B)58.9º58.92%72.55%-
XYZ38.2544.713.45-
YUV171.474.16137.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=41.67%
G=41.22%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851837600.010.590.2758.943.7851.18
HexB9B74C013B1B3b2c33
Octal271267114017333735463
Binary101110011011011110011000111101111011111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B74C; }

 p { color: rgb(185,183,76); }

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

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

 a { background-color: rgb(185,183,76); }

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

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

 span { border-color: rgb(185,183,76); }

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