Html Css Color HEX #B0B972 Pine Glade

📋 copy color: '#B0B972'

red 176 ◦ green 185 ◦ blue 114

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

Shades of Pine Glade #B0B972

Tints of Pine Glade #B0B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 37.05%
G = 38.95%
B = 24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B0B972 (or 0xB0B972) is known color: Pine Glade. HEX triplet: B0, B9 and 72. RGB value is (176,185,114). Sum of RGB (Red+Green+Blue) = 176+185+114=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B972 is #4F468D. Grayscale: #AEAEAE. Windows color (decimal): -5195406 or 7518640. OLE color: 7518640.

HSL color Cylindrical-coordinate representation of color #B0B972: hue angle of 67.61º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0B972 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 114 -
CMYK 0.05 0 0.38 0.27
HSL 67.61º 0.34% 0.59% -
HSV(B) 67.61º 0.38% 0.73% -
XYZ 38.29 45.14 22.61 -
YUV 174.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 176 185 114 0.05 0 0.38 0.27 67.61 0.34 0.59
Hex B0 B9 72 5 0 26 1B 44 22 3B
Octal 260 271 162 5 0 46 33 104 42 73
Binary 10110000 10111001 1110010 101 0 100110 11011 1000100 100010 111011

Color Harmonies of #B0B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B972

Black with #B0B972

Text Example


Text Example

White with #B0B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B972; }

 p { color: rgb(176,185,114); }

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

background-color css

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

 a { background-color: rgb(176,185,114); }

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

border-color css

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

 span { border-color: rgb(176,185,114); }

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