Html Css Color HEX #B0B766 Olive Green

📋 copy color: '#B0B766'

red 176 ◦ green 183 ◦ blue 102

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

Shades of Olive Green #B0B766

Tints of Olive Green #B0B766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 38.18%
G = 39.7%
B = 22.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B0B766 (or 0xB0B766) is known color: Olive Green. HEX triplet: B0, B7 and 66. RGB value is (176,183,102). Sum of RGB (Red+Green+Blue) = 176+183+102=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B766 is #4F4899. Grayscale: #ABABAB. Windows color (decimal): -5195930 or 6731696. OLE color: 6731696.

HSL color Cylindrical-coordinate representation of color #B0B766: hue angle of 65.19º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0B766 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 102 -
CMYK 0.04 0 0.44 0.28
HSL 65.19º 0.36% 0.56% -
HSV(B) 65.19º 0.44% 0.72% -
XYZ 37.24 44.06 19.11 -
YUV 171.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 176 183 102 0.04 0 0.44 0.28 65.19 0.36 0.56
Hex B0 B7 66 4 0 2C 1C 41 24 38
Octal 260 267 146 4 0 54 34 101 44 70
Binary 10110000 10110111 1100110 100 0 101100 11100 1000001 100100 111000

Color Harmonies of #B0B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B766

Black with #B0B766

Text Example


Text Example

White with #B0B766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B766; }

 p { color: rgb(176,183,102); }

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

background-color css

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

 a { background-color: rgb(176,183,102); }

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

border-color css

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

 span { border-color: rgb(176,183,102); }

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