Html Css Color HEX #B6B551 Olive Green

📋 copy color: '#B6B551'

red 182 ◦ green 181 ◦ blue 81

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

Shades of Olive Green #B6B551

Tints of Olive Green #B6B551

RGB

 RED value IS 182 (71.48% from 255) = 40.99%

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

 BLUE value IS 81 (32.03% from 255) = 18.24%

R = 40.99%
G = 40.77%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B6B551 (or 0xB6B551) is known color: Olive Green. HEX triplet: B6, B5 and 51. RGB value is (182,181,81). Sum of RGB (Red+Green+Blue) = 182+181+81=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B551 is #494AAE. Grayscale: #AAAAAA. Windows color (decimal): -4803247 or 5354934. OLE color: 5354934.

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

Color convert

RGB 182 181 81 -
CMYK 0 0.01 0.55 0.29
HSL 59.41º 0.41% 0.52% -
HSV(B) 59.41º 0.55% 0.71% -
XYZ 37.3 43.59 14.23 -
YUV 169.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 182 181 81 0 0.01 0.55 0.29 59.41 0.41 0.52
Hex B6 B5 51 0 1 37 1D 3B 29 34
Octal 266 265 121 0 1 67 35 73 51 64
Binary 10110110 10110101 1010001 0 1 110111 11101 111011 101001 110100

Color Harmonies of #B6B551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B551

Black with #B6B551

Text Example


Text Example

White with #B6B551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B551; }

 p { color: rgb(182,181,81); }

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

background-color css

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

 a { background-color: rgb(182,181,81); }

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

border-color css

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

 span { border-color: rgb(182,181,81); }

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