Html Css Color HEX #B3BA63 Olive Green

📋 copy color: '#B3BA63'

red 179 ◦ green 186 ◦ blue 99

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

Shades of Olive Green #B3BA63

Tints of Olive Green #B3BA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 38.58%
G = 40.09%
B = 21.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B3BA63 (or 0xB3BA63) is known color: Olive Green. HEX triplet: B3, BA and 63. RGB value is (179,186,99). Sum of RGB (Red+Green+Blue) = 179+186+99=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA63 is #4C459C. Grayscale: #AEAEAE. Windows color (decimal): -4998557 or 6535859. OLE color: 6535859.

HSL color Cylindrical-coordinate representation of color #B3BA63: hue angle of 64.83º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3BA63 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 186 99 -
CMYK 0.04 0 0.47 0.27
HSL 64.83º 0.39% 0.56% -
HSV(B) 64.83º 0.47% 0.73% -
XYZ 38.4 45.6 18.58 -
YUV 173.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 179 186 99 0.04 0 0.47 0.27 64.83 0.39 0.56
Hex B3 BA 63 4 0 2F 1B 41 27 38
Octal 263 272 143 4 0 57 33 101 47 70
Binary 10110011 10111010 1100011 100 0 101111 11011 1000001 100111 111000

Color Harmonies of #B3BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA63

Black with #B3BA63

Text Example


Text Example

White with #B3BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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