Html Css Color HEX #B2B78A Pine Glade

📋 copy color: '#B2B78A'

red 178 ◦ green 183 ◦ blue 138

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

Shades of Pine Glade #B2B78A

Tints of Pine Glade #B2B78A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 35.67%
G = 36.67%
B = 27.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B2B78A (or 0xB2B78A) is known color: Pine Glade. HEX triplet: B2, B7 and 8A. RGB value is (178,183,138). Sum of RGB (Red+Green+Blue) = 178+183+138=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B78A is #4D4875. Grayscale: #B0B0B0. Windows color (decimal): -5064822 or 9090994. OLE color: 9090994.

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

Color convert

RGB 178 183 138 -
CMYK 0.03 0 0.25 0.28
HSL 66.67º 0.24% 0.63% -
HSV(B) 66.67º 0.25% 0.72% -
XYZ 39.88 45.17 30.66 -
YUV 176.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 178 183 138 0.03 0 0.25 0.28 66.67 0.24 0.63
Hex B2 B7 8A 3 0 19 1C 43 18 3F
Octal 262 267 212 3 0 31 34 103 30 77
Binary 10110010 10110111 10001010 11 0 11001 11100 1000011 11000 111111

Color Harmonies of #B2B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B78A

Black with #B2B78A

Text Example


Text Example

White with #B2B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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