Html Css Color HEX #B2B478 Pine Glade

📋 copy color: '#B2B478'

red 178 ◦ green 180 ◦ blue 120

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

Shades of Pine Glade #B2B478

Tints of Pine Glade #B2B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 37.24%
G = 37.66%
B = 25.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B2B478 (or 0xB2B478) is known color: Pine Glade. HEX triplet: B2, B4 and 78. RGB value is (178,180,120). Sum of RGB (Red+Green+Blue) = 178+180+120=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B478 is #4D4B87. Grayscale: #ACACAC. Windows color (decimal): -5065608 or 7910578. OLE color: 7910578.

HSL color Cylindrical-coordinate representation of color #B2B478: hue angle of 62º 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 #B2B478 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 120 -
CMYK 0.01 0 0.33 0.29
HSL 62º 0.29% 0.59% -
HSV(B) 62º 0.33% 0.71% -
XYZ 38.07 43.46 24.15 -
YUV 172.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 178 180 120 0.01 0 0.33 0.29 62 0.29 0.59
Hex B2 B4 78 1 0 21 1D 3E 1D 3B
Octal 262 264 170 1 0 41 35 76 35 73
Binary 10110010 10110100 1111000 1 0 100001 11101 111110 11101 111011

Color Harmonies of #B2B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B478

Black with #B2B478

Text Example


Text Example

White with #B2B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B478; }

 p { color: rgb(178,180,120); }

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

background-color css

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

 a { background-color: rgb(178,180,120); }

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

border-color css

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

 span { border-color: rgb(178,180,120); }

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