Html Css Color HEX #B2B872 Pine Glade

📋 copy color: '#B2B872'

red 178 ◦ green 184 ◦ blue 114

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

Shades of Pine Glade #B2B872

Tints of Pine Glade #B2B872

RGB

 RED value IS 178 (69.92% from 255) = 37.39%

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

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

R = 37.39%
G = 38.66%
B = 23.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B2B872 (or 0xB2B872) is known color: Pine Glade. HEX triplet: B2, B8 and 72. RGB value is (178,184,114). Sum of RGB (Red+Green+Blue) = 178+184+114=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B872 is #4D478D. Grayscale: #AEAEAE. Windows color (decimal): -5064590 or 7518386. OLE color: 7518386.

HSL color Cylindrical-coordinate representation of color #B2B872: hue angle of 65.14º 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 #B2B872 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 114 -
CMYK 0.03 0 0.38 0.28
HSL 65.14º 0.33% 0.58% -
HSV(B) 65.14º 0.38% 0.72% -
XYZ 38.54 44.96 22.57 -
YUV 174.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 178 184 114 0.03 0 0.38 0.28 65.14 0.33 0.58
Hex B2 B8 72 3 0 26 1C 41 21 3A
Octal 262 270 162 3 0 46 34 101 41 72
Binary 10110010 10111000 1110010 11 0 100110 11100 1000001 100001 111010

Color Harmonies of #B2B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B872

Black with #B2B872

Text Example


Text Example

White with #B2B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B872; }

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

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

background-color css

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

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

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

border-color css

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

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

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