Html Css Color HEX #B2B589 Pine Glade

📋 copy color: '#B2B589'

red 178 ◦ green 181 ◦ blue 137

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

Shades of Pine Glade #B2B589

Tints of Pine Glade #B2B589

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 35.89%
G = 36.49%
B = 27.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B2B589 (or 0xB2B589) is known color: Pine Glade. HEX triplet: B2, B5 and 89. RGB value is (178,181,137). Sum of RGB (Red+Green+Blue) = 178+181+137=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B589 is #4D4A76. Grayscale: #AFAFAF. Windows color (decimal): -5065335 or 9024946. OLE color: 9024946.

HSL color Cylindrical-coordinate representation of color #B2B589: hue angle of 64.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2B589 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 137 -
CMYK 0.02 0 0.24 0.29
HSL 64.09º 0.23% 0.62% -
HSV(B) 64.09º 0.24% 0.71% -
XYZ 39.4 44.32 30.14 -
YUV 175.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 178 181 137 0.02 0 0.24 0.29 64.09 0.23 0.62
Hex B2 B5 89 2 0 18 1D 40 17 3E
Octal 262 265 211 2 0 30 35 100 27 76
Binary 10110010 10110101 10001001 10 0 11000 11101 1000000 10111 111110

Color Harmonies of #B2B589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B589

Black with #B2B589

Text Example


Text Example

White with #B2B589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B589; }

 p { color: rgb(178,181,137); }

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

background-color css

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

 a { background-color: rgb(178,181,137); }

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

border-color css

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

 span { border-color: rgb(178,181,137); }

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