Html Css Color HEX #B2B77D Pine Glade

📋 copy color: '#B2B77D'

red 178 ◦ green 183 ◦ blue 125

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

Shades of Pine Glade #B2B77D

Tints of Pine Glade #B2B77D

RGB

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

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

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

R = 36.63%
G = 37.65%
B = 25.72%

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

#B2B77D (or 0xB2B77D) is known color: Pine Glade. HEX triplet: B2, B7 and 7D. RGB value is (178,183,125). Sum of RGB (Red+Green+Blue) = 178+183+125=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B77D is #4D4882. Grayscale: #AFAFAF. Windows color (decimal): -5064835 or 8239026. OLE color: 8239026.

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

Color convert

RGB 178 183 125 -
CMYK 0.03 0 0.32 0.28
HSL 65.17º 0.29% 0.6% -
HSV(B) 65.17º 0.32% 0.72% -
XYZ 39 44.81 26 -
YUV 174.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 178 183 125 0.03 0 0.32 0.28 65.17 0.29 0.6
Hex B2 B7 7D 3 0 20 1C 41 1D 3C
Octal 262 267 175 3 0 40 34 101 35 74
Binary 10110010 10110111 1111101 11 0 100000 11100 1000001 11101 111100

Color Harmonies of #B2B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B77D

Black with #B2B77D

Text Example


Text Example

White with #B2B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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