Html Css Color HEX #9FBA64 Olivine

📋 copy color: '#9FBA64'

red 159 ◦ green 186 ◦ blue 100

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

Shades of Olivine #9FBA64

Tints of Olivine #9FBA64

RGB

 RED value IS 159 (62.5% from 255) = 35.73%

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

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 35.73%
G = 41.8%
B = 22.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#9FBA64 (or 0x9FBA64) is known color: Olivine. HEX triplet: 9F, BA and 64. RGB value is (159,186,100). Sum of RGB (Red+Green+Blue) = 159+186+100=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA64 is #60459B. Grayscale: #A8A8A8. Windows color (decimal): -6309276 or 6601375. OLE color: 6601375.

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

Color convert

RGB 159 186 100 -
CMYK 0.15 0 0.46 0.27
HSL 78.84º 0.38% 0.56% -
HSV(B) 78.84º 0.46% 0.73% -
XYZ 34.16 43.41 18.64 -
YUV 168.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 159 186 100 0.15 0 0.46 0.27 78.84 0.38 0.56
Hex 9F BA 64 F 0 2E 1B 4F 26 38
Octal 237 272 144 17 0 56 33 117 46 70
Binary 10011111 10111010 1100100 1111 0 101110 11011 1001111 100110 111000

Color Harmonies of #9FBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA64

Black with #9FBA64

Text Example


Text Example

White with #9FBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBA64; }

 p { color: rgb(159,186,100); }

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

background-color css

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

 a { background-color: rgb(159,186,100); }

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

border-color css

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

 span { border-color: rgb(159,186,100); }

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