Html Css Color HEX #B9BF71 Pine Glade

📋 copy color: '#B9BF71'

red 185 ◦ green 191 ◦ blue 113

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

Shades of Pine Glade #B9BF71

Tints of Pine Glade #B9BF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 37.83%
G = 39.06%
B = 23.11%

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

#B9BF71 (or 0xB9BF71) is known color: Pine Glade. HEX triplet: B9, BF and 71. RGB value is (185,191,113). Sum of RGB (Red+Green+Blue) = 185+191+113=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF71 is #46408E. Grayscale: #B4B4B4. Windows color (decimal): -4604047 or 7454649. OLE color: 7454649.

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

Color convert

RGB 185 191 113 -
CMYK 0.03 0 0.41 0.25
HSL 64.62º 0.38% 0.6% -
HSV(B) 64.62º 0.41% 0.75% -
XYZ 41.62 48.77 22.84 -
YUV 180.31 90.01 131.34 -
System Red Green Blue C M Y K H S L
Decimal 185 191 113 0.03 0 0.41 0.25 64.62 0.38 0.6
Hex B9 BF 71 3 0 29 19 41 26 3C
Octal 271 277 161 3 0 51 31 101 46 74
Binary 10111001 10111111 1110001 11 0 101001 11001 1000001 100110 111100

Color Harmonies of #B9BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF71

Black with #B9BF71

Text Example


Text Example

White with #B9BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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