Html Css Color HEX #B2B57A Pine Glade

📋 copy color: '#B2B57A'

red 178 ◦ green 181 ◦ blue 122

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

Shades of Pine Glade #B2B57A

Tints of Pine Glade #B2B57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 37.01%
G = 37.63%
B = 25.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B2B57A (or 0xB2B57A) is known color: Pine Glade. HEX triplet: B2, B5 and 7A. RGB value is (178,181,122). Sum of RGB (Red+Green+Blue) = 178+181+122=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B57A is #4D4A85. Grayscale: #ADADAD. Windows color (decimal): -5065350 or 8041906. OLE color: 8041906.

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

Color convert

RGB 178 181 122 -
CMYK 0.02 0 0.33 0.29
HSL 63.05º 0.29% 0.59% -
HSV(B) 63.05º 0.33% 0.71% -
XYZ 38.4 43.92 24.87 -
YUV 173.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 178 181 122 0.02 0 0.33 0.29 63.05 0.29 0.59
Hex B2 B5 7A 2 0 21 1D 3F 1D 3B
Octal 262 265 172 2 0 41 35 77 35 73
Binary 10110010 10110101 1111010 10 0 100001 11101 111111 11101 111011

Color Harmonies of #B2B57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B57A

Black with #B2B57A

Text Example


Text Example

White with #B2B57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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