Html Css Color HEX #B3BA5E Olive Green

📋 copy color: '#B3BA5E'

red 179 ◦ green 186 ◦ blue 94

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

Shades of Olive Green #B3BA5E

Tints of Olive Green #B3BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 39%
G = 40.52%
B = 20.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B3BA5E (or 0xB3BA5E) is known color: Olive Green. HEX triplet: B3, BA and 5E. RGB value is (179,186,94). Sum of RGB (Red+Green+Blue) = 179+186+94=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA5E is #4C45A1. Grayscale: #ADADAD. Windows color (decimal): -4998562 or 6208179. OLE color: 6208179.

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

Color convert

RGB 179 186 94 -
CMYK 0.04 0 0.49 0.27
HSL 64.57º 0.4% 0.55% -
HSV(B) 64.57º 0.49% 0.73% -
XYZ 38.17 45.51 17.36 -
YUV 173.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 179 186 94 0.04 0 0.49 0.27 64.57 0.4 0.55
Hex B3 BA 5E 4 0 31 1B 41 28 37
Octal 263 272 136 4 0 61 33 101 50 67
Binary 10110011 10111010 1011110 100 0 110001 11011 1000001 101000 110111

Color Harmonies of #B3BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA5E

Black with #B3BA5E

Text Example


Text Example

White with #B3BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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