Html Css Color HEX #B6B350 Olive Green

📋 copy color: '#B6B350'

red 182 ◦ green 179 ◦ blue 80

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

Shades of Olive Green #B6B350

Tints of Olive Green #B6B350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.14%

R = 41.27%
G = 40.59%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B6B350 (or 0xB6B350) is known color: Olive Green. HEX triplet: B6, B3 and 50. RGB value is (182,179,80). Sum of RGB (Red+Green+Blue) = 182+179+80=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B350 is #494CAF. Grayscale: #A9A9A9. Windows color (decimal): -4803760 or 5288886. OLE color: 5288886.

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

Color convert

RGB 182 179 80 -
CMYK 0 0.02 0.56 0.29
HSL 58.24º 0.41% 0.51% -
HSV(B) 58.24º 0.56% 0.71% -
XYZ 36.86 42.76 13.9 -
YUV 168.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 182 179 80 0 0.02 0.56 0.29 58.24 0.41 0.51
Hex B6 B3 50 0 2 38 1D 3A 29 33
Octal 266 263 120 0 2 70 35 72 51 63
Binary 10110110 10110011 1010000 0 10 111000 11101 111010 101001 110011

Color Harmonies of #B6B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B350

Black with #B6B350

Text Example


Text Example

White with #B6B350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B350; }

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

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

background-color css

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

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

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

border-color css

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

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

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