Html Css Color HEX #B9BF70 Pine Glade

📋 copy color: '#B9BF70'

red 185 ◦ green 191 ◦ blue 112

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

Shades of Pine Glade #B9BF70

Tints of Pine Glade #B9BF70

RGB

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

 GREEN value IS 191 (75% from 255) = 39.14%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 37.91%
G = 39.14%
B = 22.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#B9BF70 (or 0xB9BF70) is known color: Pine Glade. HEX triplet: B9, BF and 70. RGB value is (185,191,112). Sum of RGB (Red+Green+Blue) = 185+191+112=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF70 is #46408F. Grayscale: #B4B4B4. Windows color (decimal): -4604048 or 7389113. OLE color: 7389113.

HSL color Cylindrical-coordinate representation of color #B9BF70: hue angle of 64.56º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9BF70 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 112 -
CMYK 0.03 0 0.41 0.25
HSL 64.56º 0.38% 0.59% -
HSV(B) 64.56º 0.41% 0.75% -
XYZ 41.56 48.75 22.55 -
YUV 180.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 185 191 112 0.03 0 0.41 0.25 64.56 0.38 0.59
Hex B9 BF 70 3 0 29 19 41 26 3B
Octal 271 277 160 3 0 51 31 101 46 73
Binary 10111001 10111111 1110000 11 0 101001 11001 1000001 100110 111011

Color Harmonies of #B9BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF70

Black with #B9BF70

Text Example


Text Example

White with #B9BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF70; }

 p { color: rgb(185,191,112); }

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

background-color css

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

 a { background-color: rgb(185,191,112); }

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

border-color css

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

 span { border-color: rgb(185,191,112); }

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