Html Css Color HEX #B3B463 Olive Green

📋 copy color: '#B3B463'

red 179 ◦ green 180 ◦ blue 99

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

Shades of Olive Green #B3B463

Tints of Olive Green #B3B463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 39.08%
G = 39.3%
B = 21.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B3B463 (or 0xB3B463) is known color: Olive Green. HEX triplet: B3, B4 and 63. RGB value is (179,180,99). Sum of RGB (Red+Green+Blue) = 179+180+99=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B463 is #4C4B9C. Grayscale: #AAAAAA. Windows color (decimal): -5000093 or 6534323. OLE color: 6534323.

HSL color Cylindrical-coordinate representation of color #B3B463: hue angle of 60.74º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3B463 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 180 99 -
CMYK 0.01 0 0.45 0.29
HSL 60.74º 0.35% 0.55% -
HSV(B) 60.74º 0.45% 0.71% -
XYZ 37.16 43.13 18.17 -
YUV 170.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 179 180 99 0.01 0 0.45 0.29 60.74 0.35 0.55
Hex B3 B4 63 1 0 2D 1D 3D 23 37
Octal 263 264 143 1 0 55 35 75 43 67
Binary 10110011 10110100 1100011 1 0 101101 11101 111101 100011 110111

Color Harmonies of #B3B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B463

Black with #B3B463

Text Example


Text Example

White with #B3B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B463; }

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

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

background-color css

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

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

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

border-color css

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

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

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