Html Css Color HEX #B2B87D Pine Glade

📋 copy color: '#B2B87D'

red 178 ◦ green 184 ◦ blue 125

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

Shades of Pine Glade #B2B87D

Tints of Pine Glade #B2B87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 36.55%
G = 37.78%
B = 25.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B2B87D (or 0xB2B87D) is known color: Pine Glade. HEX triplet: B2, B8 and 7D. RGB value is (178,184,125). Sum of RGB (Red+Green+Blue) = 178+184+125=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B87D is #4D4782. Grayscale: #AFAFAF. Windows color (decimal): -5064579 or 8239282. OLE color: 8239282.

HSL color Cylindrical-coordinate representation of color #B2B87D: hue angle of 66.1º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2B87D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 125 -
CMYK 0.03 0 0.32 0.28
HSL 66.1º 0.29% 0.61% -
HSV(B) 66.1º 0.32% 0.72% -
XYZ 39.2 45.23 26.07 -
YUV 175.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 178 184 125 0.03 0 0.32 0.28 66.1 0.29 0.61
Hex B2 B8 7D 3 0 20 1C 42 1D 3D
Octal 262 270 175 3 0 40 34 102 35 75
Binary 10110010 10111000 1111101 11 0 100000 11100 1000010 11101 111101

Color Harmonies of #B2B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B87D

Black with #B2B87D

Text Example


Text Example

White with #B2B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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