Html Css Color HEX #B0BC6F Pine Glade

📋 copy color: '#B0BC6F'

red 176 ◦ green 188 ◦ blue 111

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

Shades of Pine Glade #B0BC6F

Tints of Pine Glade #B0BC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.58%

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

R = 37.05%
G = 39.58%
B = 23.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#B0BC6F (or 0xB0BC6F) is known color: Pine Glade. HEX triplet: B0, BC and 6F. RGB value is (176,188,111). Sum of RGB (Red+Green+Blue) = 176+188+111=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC6F is #4F4390. Grayscale: #AFAFAF. Windows color (decimal): -5194641 or 7322800. OLE color: 7322800.

HSL color Cylindrical-coordinate representation of color #B0BC6F: hue angle of 69.35º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0BC6F is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 111 -
CMYK 0.06 0 0.41 0.26
HSL 69.35º 0.36% 0.59% -
HSV(B) 69.35º 0.41% 0.74% -
XYZ 38.76 46.34 21.94 -
YUV 175.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 176 188 111 0.06 0 0.41 0.26 69.35 0.36 0.59
Hex B0 BC 6F 6 0 29 1A 45 24 3B
Octal 260 274 157 6 0 51 32 105 44 73
Binary 10110000 10111100 1101111 110 0 101001 11010 1000101 100100 111011

Color Harmonies of #B0BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC6F

Black with #B0BC6F

Text Example


Text Example

White with #B0BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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