Html Css Color HEX #B6B359 Olive Green

📋 copy color: '#B6B359'

red 182 ◦ green 179 ◦ blue 89

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

Shades of Olive Green #B6B359

Tints of Olive Green #B6B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 89 (35.16% from 255) = 19.78%

R = 40.44%
G = 39.78%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6B359 (or 0xB6B359) is known color: Olive Green. HEX triplet: B6, B3 and 59. RGB value is (182,179,89). Sum of RGB (Red+Green+Blue) = 182+179+89=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B359 is #494CA6. Grayscale: #AAAAAA. Windows color (decimal): -4803751 or 5878710. OLE color: 5878710.

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

Color convert

RGB 182 179 89 -
CMYK 0 0.02 0.51 0.29
HSL 58.06º 0.39% 0.53% -
HSV(B) 58.06º 0.51% 0.71% -
XYZ 37.21 42.91 15.77 -
YUV 169.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 182 179 89 0 0.02 0.51 0.29 58.06 0.39 0.53
Hex B6 B3 59 0 2 33 1D 3A 27 35
Octal 266 263 131 0 2 63 35 72 47 65
Binary 10110110 10110011 1011001 0 10 110011 11101 111010 100111 110101

Color Harmonies of #B6B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B359

Black with #B6B359

Text Example


Text Example

White with #B6B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B359; }

 p { color: rgb(182,179,89); }

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

background-color css

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

 a { background-color: rgb(182,179,89); }

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

border-color css

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

 span { border-color: rgb(182,179,89); }

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