Html Css Color HEX #B1B872 Pine Glade

📋 copy color: '#B1B872'

red 177 ◦ green 184 ◦ blue 114

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

Shades of Pine Glade #B1B872

Tints of Pine Glade #B1B872

RGB

 RED value IS 177 (69.53% from 255) = 37.26%

 GREEN value IS 184 (72.27% from 255) = 38.74%

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

R = 37.26%
G = 38.74%
B = 24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B1B872 (or 0xB1B872) is known color: Pine Glade. HEX triplet: B1, B8 and 72. RGB value is (177,184,114). Sum of RGB (Red+Green+Blue) = 177+184+114=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B872 is #4E478D. Grayscale: #AEAEAE. Windows color (decimal): -5130126 or 7518385. OLE color: 7518385.

HSL color Cylindrical-coordinate representation of color #B1B872: hue angle of 66º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1B872 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 114 -
CMYK 0.04 0 0.38 0.28
HSL 66º 0.33% 0.58% -
HSV(B) 66º 0.38% 0.72% -
XYZ 38.31 44.84 22.56 -
YUV 173.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 177 184 114 0.04 0 0.38 0.28 66 0.33 0.58
Hex B1 B8 72 4 0 26 1C 42 21 3A
Octal 261 270 162 4 0 46 34 102 41 72
Binary 10110001 10111000 1110010 100 0 100110 11100 1000010 100001 111010

Color Harmonies of #B1B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B872

Black with #B1B872

Text Example


Text Example

White with #B1B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B872; }

 p { color: rgb(177,184,114); }

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

background-color css

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

 a { background-color: rgb(177,184,114); }

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

border-color css

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

 span { border-color: rgb(177,184,114); }

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