Html Css Color HEX #B0B67D Pine Glade

📋 copy color: '#B0B67D'

red 176 ◦ green 182 ◦ blue 125

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

Shades of Pine Glade #B0B67D

Tints of Pine Glade #B0B67D

RGB

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

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

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

R = 36.44%
G = 37.68%
B = 25.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B0B67D (or 0xB0B67D) is known color: Pine Glade. HEX triplet: B0, B6 and 7D. RGB value is (176,182,125). Sum of RGB (Red+Green+Blue) = 176+182+125=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B67D is #4F4982. Grayscale: #ADADAD. Windows color (decimal): -5196163 or 8238768. OLE color: 8238768.

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

Color convert

RGB 176 182 125 -
CMYK 0.03 0 0.31 0.29
HSL 66.32º 0.28% 0.6% -
HSV(B) 66.32º 0.31% 0.71% -
XYZ 38.33 44.17 25.91 -
YUV 173.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 176 182 125 0.03 0 0.31 0.29 66.32 0.28 0.6
Hex B0 B6 7D 3 0 1F 1D 42 1C 3C
Octal 260 266 175 3 0 37 35 102 34 74
Binary 10110000 10110110 1111101 11 0 11111 11101 1000010 11100 111100

Color Harmonies of #B0B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B67D

Black with #B0B67D

Text Example


Text Example

White with #B0B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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