Html Css Color HEX #B9CA76 Pine Glade

📋 copy color: '#B9CA76'

red 185 ◦ green 202 ◦ blue 118

#B9CA76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #B9CA76

Tints of Pine Glade #B9CA76

RGB

 RED value IS 185 (72.66% from 255) = 36.63%

 GREEN value IS 202 (79.3% from 255) = 40%

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 36.63%
G = 40%
B = 23.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#B9CA76 (or 0xB9CA76) is known color: Pine Glade. HEX triplet: B9, CA and 76. RGB value is (185,202,118). Sum of RGB (Red+Green+Blue) = 185+202+118=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA76 is #463589. Grayscale: #BBBBBB. Windows color (decimal): -4601226 or 7785145. OLE color: 7785145.

HSL color Cylindrical-coordinate representation of color #B9CA76: hue angle of 72.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9CA76 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 118 -
CMYK 0.08 0 0.42 0.21
HSL 72.14º 0.44% 0.63% -
HSV(B) 72.14º 0.42% 0.79% -
XYZ 44.4 53.86 25.2 -
YUV 187.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 185 202 118 0.08 0 0.42 0.21 72.14 0.44 0.63
Hex B9 CA 76 8 0 2A 15 48 2C 3F
Octal 271 312 166 10 0 52 25 110 54 77
Binary 10111001 11001010 1110110 1000 0 101010 10101 1001000 101100 111111

Color Harmonies of #B9CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA76

Black with #B9CA76

Text Example


Text Example

White with #B9CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA76; }

 p { color: rgb(185,202,118); }

 H1.HeaderClassName
 {
   color: #B9CA76;
 }
 .AnyTagClassName
 {
   color: #B9CA76;
 }
</style>

background-color css

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

 a { background-color: rgb(185,202,118); }

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

border-color css

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

 span { border-color: rgb(185,202,118); }

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