#B9CB74

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

Shades of Pine Glade #B9CB74

Tints of Pine Glade #B9CB74

Color information

#B9CB74 (or 0xB9CB74) is unknown color: approx Pine Glade. HEX triplet: B9, CB and 74. RGB value is (185,203,116). Sum of RGB (Red+Green+Blue) = 185+203+116=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CB74 is #46348B. Grayscale: #BCBCBC. Windows color (decimal): -4600972 or 7654329. OLE color: 7654329.

HSL color Cylindrical-coordinate representation of color #B9CB74: hue angle of 72.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9CB74 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB185203116-
CMYK0.0900.430.20
HSL72.41º45.55%62.55%-
HSV(B)72.41º42.86%79.61%-
XYZ44.5254.2924.66-
YUV187.787.54126.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=36.71%
G=40.28%
B=23.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031160.0900.430.2072.4145.5562.55
HexB9CB74902B14482e3f
Octal27131316411053241105677
Binary1011100111001011111010010010101011101001001000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB74; }

 p { color: rgb(185,203,116); }

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

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

 a { background-color: rgb(185,203,116); }

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

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

 span { border-color: rgb(185,203,116); }

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