Html Css Color HEX #B2B68A Pine Glade

📋 copy color: '#B2B68A'

red 178 ◦ green 182 ◦ blue 138

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

Shades of Pine Glade #B2B68A

Tints of Pine Glade #B2B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 35.74%
G = 36.55%
B = 27.71%

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

#B2B68A (or 0xB2B68A) is known color: Pine Glade. HEX triplet: B2, B6 and 8A. RGB value is (178,182,138). Sum of RGB (Red+Green+Blue) = 178+182+138=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B68A is #4D4975. Grayscale: #AFAFAF. Windows color (decimal): -5065078 or 9090738. OLE color: 9090738.

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

Color convert

RGB 178 182 138 -
CMYK 0.02 0 0.24 0.29
HSL 65.45º 0.23% 0.63% -
HSV(B) 65.45º 0.24% 0.71% -
XYZ 39.68 44.76 30.59 -
YUV 175.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 178 182 138 0.02 0 0.24 0.29 65.45 0.23 0.63
Hex B2 B6 8A 2 0 18 1D 41 17 3F
Octal 262 266 212 2 0 30 35 101 27 77
Binary 10110010 10110110 10001010 10 0 11000 11101 1000001 10111 111111

Color Harmonies of #B2B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B68A

Black with #B2B68A

Text Example


Text Example

White with #B2B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B68A; }

 p { color: rgb(178,182,138); }

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

background-color css

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

 a { background-color: rgb(178,182,138); }

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

border-color css

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

 span { border-color: rgb(178,182,138); }

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