Html Css Color HEX #B2BD72 Pine Glade

📋 copy color: '#B2BD72'

red 178 ◦ green 189 ◦ blue 114

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

Shades of Pine Glade #B2BD72

Tints of Pine Glade #B2BD72

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 37.01%
G = 39.29%
B = 23.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B2BD72 (or 0xB2BD72) is known color: Pine Glade. HEX triplet: B2, BD and 72. RGB value is (178,189,114). Sum of RGB (Red+Green+Blue) = 178+189+114=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD72 is #4D428D. Grayscale: #B1B1B1. Windows color (decimal): -5063310 or 7519666. OLE color: 7519666.

HSL color Cylindrical-coordinate representation of color #B2BD72: hue angle of 68.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2BD72 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 114 -
CMYK 0.06 0 0.40 0.26
HSL 68.8º 0.36% 0.59% -
HSV(B) 68.8º 0.4% 0.74% -
XYZ 39.59 47.08 22.92 -
YUV 177.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 178 189 114 0.06 0 0.40 0.26 68.8 0.36 0.59
Hex B2 BD 72 6 0 28 1A 45 24 3B
Octal 262 275 162 6 0 50 32 105 44 73
Binary 10110010 10111101 1110010 110 0 101000 11010 1000101 100100 111011

Color Harmonies of #B2BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD72

Black with #B2BD72

Text Example


Text Example

White with #B2BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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