Html Css Color HEX #B6B255 Olive Green

📋 copy color: '#B6B255'

red 182 ◦ green 178 ◦ blue 85

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

Shades of Olive Green #B6B255

Tints of Olive Green #B6B255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 85 (33.59% from 255) = 19.1%

R = 40.9%
G = 40%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B6B255 (or 0xB6B255) is known color: Olive Green. HEX triplet: B6, B2 and 55. RGB value is (182,178,85). Sum of RGB (Red+Green+Blue) = 182+178+85=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B255 is #494DAA. Grayscale: #A8A8A8. Windows color (decimal): -4804011 or 5616310. OLE color: 5616310.

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

Color convert

RGB 182 178 85 -
CMYK 0 0.02 0.53 0.29
HSL 57.53º 0.4% 0.52% -
HSV(B) 57.53º 0.53% 0.71% -
XYZ 36.85 42.44 14.84 -
YUV 168.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 182 178 85 0 0.02 0.53 0.29 57.53 0.4 0.52
Hex B6 B2 55 0 2 35 1D 3A 28 34
Octal 266 262 125 0 2 65 35 72 50 64
Binary 10110110 10110010 1010101 0 10 110101 11101 111010 101000 110100

Color Harmonies of #B6B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B255

Black with #B6B255

Text Example


Text Example

White with #B6B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B255; }

 p { color: rgb(182,178,85); }

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

background-color css

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

 a { background-color: rgb(182,178,85); }

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

border-color css

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

 span { border-color: rgb(182,178,85); }

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