Html Css Color HEX #B0B67E Pine Glade

📋 copy color: '#B0B67E'

red 176 ◦ green 182 ◦ blue 126

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

Shades of Pine Glade #B0B67E

Tints of Pine Glade #B0B67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 36.36%
G = 37.6%
B = 26.03%

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

#B0B67E (or 0xB0B67E) is known color: Pine Glade. HEX triplet: B0, B6 and 7E. RGB value is (176,182,126). Sum of RGB (Red+Green+Blue) = 176+182+126=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B67E is #4F4981. Grayscale: #AEAEAE. Windows color (decimal): -5196162 or 8304304. OLE color: 8304304.

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

Color convert

RGB 176 182 126 -
CMYK 0.03 0 0.31 0.29
HSL 66.43º 0.28% 0.6% -
HSV(B) 66.43º 0.31% 0.71% -
XYZ 38.4 44.19 26.24 -
YUV 173.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 176 182 126 0.03 0 0.31 0.29 66.43 0.28 0.6
Hex B0 B6 7E 3 0 1F 1D 42 1C 3C
Octal 260 266 176 3 0 37 35 102 34 74
Binary 10110000 10110110 1111110 11 0 11111 11101 1000010 11100 111100

Color Harmonies of #B0B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B67E

Black with #B0B67E

Text Example


Text Example

White with #B0B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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