Html Css Color HEX #B0B77D Pine Glade

📋 copy color: '#B0B77D'

red 176 ◦ green 183 ◦ blue 125

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

Shades of Pine Glade #B0B77D

Tints of Pine Glade #B0B77D

RGB

 RED value IS 176 (69.14% from 255) = 36.36%

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

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

R = 36.36%
G = 37.81%
B = 25.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B0B77D (or 0xB0B77D) is known color: Pine Glade. HEX triplet: B0, B7 and 7D. RGB value is (176,183,125). Sum of RGB (Red+Green+Blue) = 176+183+125=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B77D is #4F4882. Grayscale: #AEAEAE. Windows color (decimal): -5195907 or 8239024. OLE color: 8239024.

HSL color Cylindrical-coordinate representation of color #B0B77D: hue angle of 67.24º 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 #B0B77D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 125 -
CMYK 0.04 0 0.32 0.28
HSL 67.24º 0.29% 0.6% -
HSV(B) 67.24º 0.32% 0.72% -
XYZ 38.54 44.58 25.98 -
YUV 174.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 176 183 125 0.04 0 0.32 0.28 67.24 0.29 0.6
Hex B0 B7 7D 4 0 20 1C 43 1D 3C
Octal 260 267 175 4 0 40 34 103 35 74
Binary 10110000 10110111 1111101 100 0 100000 11100 1000011 11101 111100

Color Harmonies of #B0B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B77D

Black with #B0B77D

Text Example


Text Example

White with #B0B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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