Html Css Color HEX #B6B85A Olive Green

📋 copy color: '#B6B85A'

red 182 ◦ green 184 ◦ blue 90

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

Shades of Olive Green #B6B85A

Tints of Olive Green #B6B85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 39.91%
G = 40.35%
B = 19.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B6B85A (or 0xB6B85A) is known color: Olive Green. HEX triplet: B6, B8 and 5A. RGB value is (182,184,90). Sum of RGB (Red+Green+Blue) = 182+184+90=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B85A is #4947A5. Grayscale: #ADADAD. Windows color (decimal): -4802470 or 5945526. OLE color: 5945526.

HSL color Cylindrical-coordinate representation of color #B6B85A: hue angle of 61.28º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6B85A is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 184 90 -
CMYK 0.01 0 0.51 0.28
HSL 61.28º 0.4% 0.54% -
HSV(B) 61.28º 0.51% 0.72% -
XYZ 38.28 44.96 16.33 -
YUV 172.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 182 184 90 0.01 0 0.51 0.28 61.28 0.4 0.54
Hex B6 B8 5A 1 0 33 1C 3D 28 36
Octal 266 270 132 1 0 63 34 75 50 66
Binary 10110110 10111000 1011010 1 0 110011 11100 111101 101000 110110

Color Harmonies of #B6B85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B85A

Black with #B6B85A

Text Example


Text Example

White with #B6B85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B85A; }

 p { color: rgb(182,184,90); }

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

background-color css

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

 a { background-color: rgb(182,184,90); }

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

border-color css

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

 span { border-color: rgb(182,184,90); }

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