Html Css Color HEX #B1B963 Olive Green

📋 copy color: '#B1B963'

red 177 ◦ green 185 ◦ blue 99

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

Shades of Olive Green #B1B963

Tints of Olive Green #B1B963

RGB

 RED value IS 177 (69.53% from 255) = 38.39%

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

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

R = 38.39%
G = 40.13%
B = 21.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B1B963 (or 0xB1B963) is known color: Olive Green. HEX triplet: B1, B9 and 63. RGB value is (177,185,99). Sum of RGB (Red+Green+Blue) = 177+185+99=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B963 is #4E469C. Grayscale: #ADADAD. Windows color (decimal): -5129885 or 6535601. OLE color: 6535601.

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

Color convert

RGB 177 185 99 -
CMYK 0.04 0 0.46 0.27
HSL 65.58º 0.38% 0.56% -
HSV(B) 65.58º 0.46% 0.73% -
XYZ 37.73 44.95 18.49 -
YUV 172.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 177 185 99 0.04 0 0.46 0.27 65.58 0.38 0.56
Hex B1 B9 63 4 0 2E 1B 42 26 38
Octal 261 271 143 4 0 56 33 102 46 70
Binary 10110001 10111001 1100011 100 0 101110 11011 1000010 100110 111000

Color Harmonies of #B1B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B963

Black with #B1B963

Text Example


Text Example

White with #B1B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B963; }

 p { color: rgb(177,185,99); }

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

background-color css

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

 a { background-color: rgb(177,185,99); }

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

border-color css

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

 span { border-color: rgb(177,185,99); }

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