Html Css Color HEX #B0B566 Olive Green

📋 copy color: '#B0B566'

red 176 ◦ green 181 ◦ blue 102

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

Shades of Olive Green #B0B566

Tints of Olive Green #B0B566

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

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

R = 38.34%
G = 39.43%
B = 22.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B0B566 (or 0xB0B566) is known color: Olive Green. HEX triplet: B0, B5 and 66. RGB value is (176,181,102). Sum of RGB (Red+Green+Blue) = 176+181+102=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B566 is #4F4A99. Grayscale: #AAAAAA. Windows color (decimal): -5196442 or 6731184. OLE color: 6731184.

HSL color Cylindrical-coordinate representation of color #B0B566: hue angle of 63.8º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0B566 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 102 -
CMYK 0.03 0 0.44 0.29
HSL 63.8º 0.35% 0.55% -
HSV(B) 63.8º 0.44% 0.71% -
XYZ 36.83 43.24 18.98 -
YUV 170.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 176 181 102 0.03 0 0.44 0.29 63.8 0.35 0.55
Hex B0 B5 66 3 0 2C 1D 40 23 37
Octal 260 265 146 3 0 54 35 100 43 67
Binary 10110000 10110101 1100110 11 0 101100 11101 1000000 100011 110111

Color Harmonies of #B0B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B566

Black with #B0B566

Text Example


Text Example

White with #B0B566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B566; }

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

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

background-color css

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

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

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

border-color css

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

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

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