Html Css Color HEX #B0BA63 Olive Green

📋 copy color: '#B0BA63'

red 176 ◦ green 186 ◦ blue 99

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

Shades of Olive Green #B0BA63

Tints of Olive Green #B0BA63

RGB

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

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

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

R = 38.18%
G = 40.35%
B = 21.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B0BA63 (or 0xB0BA63) is known color: Olive Green. HEX triplet: B0, BA and 63. RGB value is (176,186,99). Sum of RGB (Red+Green+Blue) = 176+186+99=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA63 is #4F459C. Grayscale: #ADADAD. Windows color (decimal): -5195165 or 6535856. OLE color: 6535856.

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

Color convert

RGB 176 186 99 -
CMYK 0.05 0 0.47 0.27
HSL 66.9º 0.39% 0.56% -
HSV(B) 66.9º 0.47% 0.73% -
XYZ 37.72 45.25 18.55 -
YUV 173.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 176 186 99 0.05 0 0.47 0.27 66.9 0.39 0.56
Hex B0 BA 63 5 0 2F 1B 43 27 38
Octal 260 272 143 5 0 57 33 103 47 70
Binary 10110000 10111010 1100011 101 0 101111 11011 1000011 100111 111000

Color Harmonies of #B0BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA63

Black with #B0BA63

Text Example


Text Example

White with #B0BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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