Html Css Color HEX #B9BD72 Pine Glade

📋 copy color: '#B9BD72'

red 185 ◦ green 189 ◦ blue 114

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

Shades of Pine Glade #B9BD72

Tints of Pine Glade #B9BD72

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 37.91%
G = 38.73%
B = 23.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B9BD72 (or 0xB9BD72) is known color: Pine Glade. HEX triplet: B9, BD and 72. RGB value is (185,189,114). Sum of RGB (Red+Green+Blue) = 185+189+114=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD72 is #46428D. Grayscale: #B3B3B3. Windows color (decimal): -4604558 or 7519673. OLE color: 7519673.

HSL color Cylindrical-coordinate representation of color #B9BD72: hue angle of 63.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9BD72 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 114 -
CMYK 0.02 0 0.40 0.26
HSL 63.2º 0.36% 0.59% -
HSV(B) 63.2º 0.4% 0.74% -
XYZ 41.24 47.92 23 -
YUV 179.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 185 189 114 0.02 0 0.40 0.26 63.2 0.36 0.59
Hex B9 BD 72 2 0 28 1A 3F 24 3B
Octal 271 275 162 2 0 50 32 77 44 73
Binary 10111001 10111101 1110010 10 0 101000 11010 111111 100100 111011

Color Harmonies of #B9BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD72

Black with #B9BD72

Text Example


Text Example

White with #B9BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD72; }

 p { color: rgb(185,189,114); }

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

background-color css

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

 a { background-color: rgb(185,189,114); }

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

border-color css

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

 span { border-color: rgb(185,189,114); }

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