Html Css Color HEX #B0B963 Olive Green

📋 copy color: '#B0B963'

red 176 ◦ green 185 ◦ blue 99

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

Shades of Olive Green #B0B963

Tints of Olive Green #B0B963

RGB

 RED value IS 176 (69.14% from 255) = 38.26%

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

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

R = 38.26%
G = 40.22%
B = 21.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B0B963 (or 0xB0B963) is known color: Olive Green. HEX triplet: B0, B9 and 63. RGB value is (176,185,99). Sum of RGB (Red+Green+Blue) = 176+185+99=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B963 is #4F469C. Grayscale: #ACACAC. Windows color (decimal): -5195421 or 6535600. OLE color: 6535600.

HSL color Cylindrical-coordinate representation of color #B0B963: hue angle of 66.28º 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 #B0B963 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 99 -
CMYK 0.05 0 0.46 0.27
HSL 66.28º 0.38% 0.56% -
HSV(B) 66.28º 0.46% 0.73% -
XYZ 37.51 44.83 18.48 -
YUV 172.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 176 185 99 0.05 0 0.46 0.27 66.28 0.38 0.56
Hex B0 B9 63 5 0 2E 1B 42 26 38
Octal 260 271 143 5 0 56 33 102 46 70
Binary 10110000 10111001 1100011 101 0 101110 11011 1000010 100110 111000

Color Harmonies of #B0B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B963

Black with #B0B963

Text Example


Text Example

White with #B0B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B963; }

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

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

background-color css

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

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

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

border-color css

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

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

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