Html Css Color HEX #B6B955 Olive Green

📋 copy color: '#B6B955'

red 182 ◦ green 185 ◦ blue 85

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

Shades of Olive Green #B6B955

Tints of Olive Green #B6B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

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

R = 40.27%
G = 40.93%
B = 18.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B6B955 (or 0xB6B955) is known color: Olive Green. HEX triplet: B6, B9 and 55. RGB value is (182,185,85). Sum of RGB (Red+Green+Blue) = 182+185+85=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B955 is #4946AA. Grayscale: #ADADAD. Windows color (decimal): -4802219 or 5618102. OLE color: 5618102.

HSL color Cylindrical-coordinate representation of color #B6B955: hue angle of 61.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6B955 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 85 -
CMYK 0.02 0 0.54 0.27
HSL 61.8º 0.42% 0.53% -
HSV(B) 61.8º 0.54% 0.73% -
XYZ 38.28 45.3 15.32 -
YUV 172.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 182 185 85 0.02 0 0.54 0.27 61.8 0.42 0.53
Hex B6 B9 55 2 0 36 1B 3E 2A 35
Octal 266 271 125 2 0 66 33 76 52 65
Binary 10110110 10111001 1010101 10 0 110110 11011 111110 101010 110101

Color Harmonies of #B6B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B955

Black with #B6B955

Text Example


Text Example

White with #B6B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B955; }

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

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

background-color css

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

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

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

border-color css

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

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

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