Html Css Color HEX #B4BF76 Pine Glade

📋 copy color: '#B4BF76'

red 180 ◦ green 191 ◦ blue 118

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

Shades of Pine Glade #B4BF76

Tints of Pine Glade #B4BF76

RGB

 RED value IS 180 (70.7% from 255) = 36.81%

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

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

R = 36.81%
G = 39.06%
B = 24.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#B4BF76 (or 0xB4BF76) is known color: Pine Glade. HEX triplet: B4, BF and 76. RGB value is (180,191,118). Sum of RGB (Red+Green+Blue) = 180+191+118=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF76 is #4B4089. Grayscale: #B3B3B3. Windows color (decimal): -4931722 or 7782324. OLE color: 7782324.

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

Color convert

RGB 180 191 118 -
CMYK 0.06 0 0.38 0.25
HSL 69.04º 0.36% 0.61% -
HSV(B) 69.04º 0.38% 0.75% -
XYZ 40.72 48.27 24.31 -
YUV 179.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 180 191 118 0.06 0 0.38 0.25 69.04 0.36 0.61
Hex B4 BF 76 6 0 26 19 45 24 3D
Octal 264 277 166 6 0 46 31 105 44 75
Binary 10110100 10111111 1110110 110 0 100110 11001 1000101 100100 111101

Color Harmonies of #B4BF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF76

Black with #B4BF76

Text Example


Text Example

White with #B4BF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF76; }

 p { color: rgb(180,191,118); }

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

background-color css

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

 a { background-color: rgb(180,191,118); }

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

border-color css

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

 span { border-color: rgb(180,191,118); }

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