Html Css Color HEX #B0BA6F Pine Glade

📋 copy color: '#B0BA6F'

red 176 ◦ green 186 ◦ blue 111

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

Shades of Pine Glade #B0BA6F

Tints of Pine Glade #B0BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 37.21%
G = 39.32%
B = 23.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#B0BA6F (or 0xB0BA6F) is known color: Pine Glade. HEX triplet: B0, BA and 6F. RGB value is (176,186,111). Sum of RGB (Red+Green+Blue) = 176+186+111=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA6F is #4F4590. Grayscale: #AEAEAE. Windows color (decimal): -5195153 or 7322288. OLE color: 7322288.

HSL color Cylindrical-coordinate representation of color #B0BA6F: hue angle of 68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0BA6F is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 111 -
CMYK 0.05 0 0.40 0.27
HSL 68º 0.35% 0.58% -
HSV(B) 68º 0.4% 0.73% -
XYZ 38.33 45.5 21.8 -
YUV 174.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 176 186 111 0.05 0 0.40 0.27 68 0.35 0.58
Hex B0 BA 6F 5 0 28 1B 44 23 3A
Octal 260 272 157 5 0 50 33 104 43 72
Binary 10110000 10111010 1101111 101 0 101000 11011 1000100 100011 111010

Color Harmonies of #B0BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA6F

Black with #B0BA6F

Text Example


Text Example

White with #B0BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA6F; }

 p { color: rgb(176,186,111); }

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

background-color css

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

 a { background-color: rgb(176,186,111); }

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

border-color css

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

 span { border-color: rgb(176,186,111); }

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