Html Css Color HEX #B3B363 Olive Green

📋 copy color: '#B3B363'

red 179 ◦ green 179 ◦ blue 99

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

Shades of Olive Green #B3B363

Tints of Olive Green #B3B363

RGB

 RED value IS 179 (70.31% from 255) = 39.17%

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

 BLUE value IS 99 (39.06% from 255) = 21.66%

R = 39.17%
G = 39.17%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B3B363 (or 0xB3B363) is known color: Olive Green. HEX triplet: B3, B3 and 63. RGB value is (179,179,99). Sum of RGB (Red+Green+Blue) = 179+179+99=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B363 is #4C4C9C. Grayscale: #AAAAAA. Windows color (decimal): -5000349 or 6534067. OLE color: 6534067.

HSL color Cylindrical-coordinate representation of color #B3B363: hue angle of 60º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3B363 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 99 -
CMYK 0 0 0.45 0.30
HSL 60º 0.34% 0.55% -
HSV(B) 60º 0.45% 0.7% -
XYZ 36.96 42.72 18.1 -
YUV 169.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 179 179 99 0 0 0.45 0.30 60 0.34 0.55
Hex B3 B3 63 0 0 2D 1E 3C 22 37
Octal 263 263 143 0 0 55 36 74 42 67
Binary 10110011 10110011 1100011 0 0 101101 11110 111100 100010 110111

Color Harmonies of #B3B363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B363

Black with #B3B363

Text Example


Text Example

White with #B3B363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B363; }

 p { color: rgb(179,179,99); }

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

background-color css

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

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

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

border-color css

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

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

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