Html Css Color HEX #B3B966 Olive Green

📋 copy color: '#B3B966'

red 179 ◦ green 185 ◦ blue 102

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

Shades of Olive Green #B3B966

Tints of Olive Green #B3B966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.89%

R = 38.41%
G = 39.7%
B = 21.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B3B966 (or 0xB3B966) is known color: Olive Green. HEX triplet: B3, B9 and 66. RGB value is (179,185,102). Sum of RGB (Red+Green+Blue) = 179+185+102=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B966 is #4C4699. Grayscale: #AEAEAE. Windows color (decimal): -4998810 or 6732211. OLE color: 6732211.

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

Color convert

RGB 179 185 102 -
CMYK 0.03 0 0.45 0.27
HSL 64.34º 0.37% 0.56% -
HSV(B) 64.34º 0.45% 0.73% -
XYZ 38.34 45.24 19.28 -
YUV 173.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 179 185 102 0.03 0 0.45 0.27 64.34 0.37 0.56
Hex B3 B9 66 3 0 2D 1B 40 25 38
Octal 263 271 146 3 0 55 33 100 45 70
Binary 10110011 10111001 1100110 11 0 101101 11011 1000000 100101 111000

Color Harmonies of #B3B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B966

Black with #B3B966

Text Example


Text Example

White with #B3B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B966; }

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

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

background-color css

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

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

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

border-color css

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

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

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