Html Css Color HEX #B4BB71 Pine Glade

📋 copy color: '#B4BB71'

red 180 ◦ green 187 ◦ blue 113

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

Shades of Pine Glade #B4BB71

Tints of Pine Glade #B4BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.96%

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

R = 37.5%
G = 38.96%
B = 23.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#B4BB71 (or 0xB4BB71) is known color: Pine Glade. HEX triplet: B4, BB and 71. RGB value is (180,187,113). Sum of RGB (Red+Green+Blue) = 180+187+113=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB71 is #4B448E. Grayscale: #B0B0B0. Windows color (decimal): -4932751 or 7453620. OLE color: 7453620.

HSL color Cylindrical-coordinate representation of color #B4BB71: hue angle of 65.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4BB71 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 187 113 -
CMYK 0.04 0 0.40 0.27
HSL 65.68º 0.35% 0.59% -
HSV(B) 65.68º 0.4% 0.73% -
XYZ 39.57 46.44 22.5 -
YUV 176.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 180 187 113 0.04 0 0.40 0.27 65.68 0.35 0.59
Hex B4 BB 71 4 0 28 1B 42 23 3B
Octal 264 273 161 4 0 50 33 102 43 73
Binary 10110100 10111011 1110001 100 0 101000 11011 1000010 100011 111011

Color Harmonies of #B4BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BB71

Black with #B4BB71

Text Example


Text Example

White with #B4BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BB71; }

 p { color: rgb(180,187,113); }

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

background-color css

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

 a { background-color: rgb(180,187,113); }

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

border-color css

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

 span { border-color: rgb(180,187,113); }

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