Html Css Color HEX #B3B95D Olive Green

📋 copy color: '#B3B95D'

red 179 ◦ green 185 ◦ blue 93

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

Shades of Olive Green #B3B95D

Tints of Olive Green #B3B95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 39.17%
G = 40.48%
B = 20.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B3B95D (or 0xB3B95D) is known color: Olive Green. HEX triplet: B3, B9 and 5D. RGB value is (179,185,93). Sum of RGB (Red+Green+Blue) = 179+185+93=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B95D is #4C46A2. Grayscale: #ADADAD. Windows color (decimal): -4998819 or 6142387. OLE color: 6142387.

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

Color convert

RGB 179 185 93 -
CMYK 0.03 0 0.50 0.27
HSL 63.91º 0.4% 0.55% -
HSV(B) 63.91º 0.5% 0.73% -
XYZ 37.92 45.07 17.06 -
YUV 172.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 179 185 93 0.03 0 0.50 0.27 63.91 0.4 0.55
Hex B3 B9 5D 3 0 32 1B 40 28 37
Octal 263 271 135 3 0 62 33 100 50 67
Binary 10110011 10111001 1011101 11 0 110010 11011 1000000 101000 110111

Color Harmonies of #B3B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B95D

Black with #B3B95D

Text Example


Text Example

White with #B3B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B95D; }

 p { color: rgb(179,185,93); }

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

background-color css

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

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

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

border-color css

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

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

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