#B9B83F

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

Shades of Celery #B9B83F

Tints of Celery #B9B83F

Color information

#B9B83F (or 0xB9B83F) is unknown color: approx Celery. HEX triplet: B9, B8 and 3F. RGB value is (185,184,63). Sum of RGB (Red+Green+Blue) = 185+184+63=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B83F is #4647C0. Grayscale: #AAAAAA. Windows color (decimal): -4605889 or 4176057. OLE color: 4176057.

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

Color convert

RGB18518463-
CMYK00.010.660.27
HSL59.51º49.19%48.63%-
HSV(B)59.51º65.95%72.55%-
XYZ38.0544.9511.37-
YUV170.567.33138.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 63 (25% from 255) = 14.58%
R=42.82%
G=42.59%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851846300.010.660.2759.5149.1948.63
HexB9B83F01421B3c3131
Octal271270770110233746161
Binary101110011011100011111101100001011011111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B83F; }

 p { color: rgb(185,184,63); }

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

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

 a { background-color: rgb(185,184,63); }

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

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

 span { border-color: rgb(185,184,63); }

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