Html Css Color HEX #B6B05A Olive Green

📋 copy color: '#B6B05A'

red 182 ◦ green 176 ◦ blue 90

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

Shades of Olive Green #B6B05A

Tints of Olive Green #B6B05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

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

R = 40.63%
G = 39.29%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6B05A (or 0xB6B05A) is known color: Olive Green. HEX triplet: B6, B0 and 5A. RGB value is (182,176,90). Sum of RGB (Red+Green+Blue) = 182+176+90=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B05A is #494FA5. Grayscale: #A8A8A8. Windows color (decimal): -4804518 or 5943478. OLE color: 5943478.

HSL color Cylindrical-coordinate representation of color #B6B05A: hue angle of 56.09º 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 #B6B05A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 176 90 -
CMYK 0 0.03 0.51 0.29
HSL 56.09º 0.39% 0.53% -
HSV(B) 56.09º 0.51% 0.71% -
XYZ 36.66 41.73 15.8 -
YUV 167.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 182 176 90 0 0.03 0.51 0.29 56.09 0.39 0.53
Hex B6 B0 5A 0 3 33 1D 38 27 35
Octal 266 260 132 0 3 63 35 70 47 65
Binary 10110110 10110000 1011010 0 11 110011 11101 111000 100111 110101

Color Harmonies of #B6B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B05A

Black with #B6B05A

Text Example


Text Example

White with #B6B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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