Html Css Color HEX #9FBE64 Olivine

📋 copy color: '#9FBE64'

red 159 ◦ green 190 ◦ blue 100

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

Shades of Olivine #9FBE64

Tints of Olivine #9FBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

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

R = 35.41%
G = 42.32%
B = 22.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#9FBE64 (or 0x9FBE64) is known color: Olivine. HEX triplet: 9F, BE and 64. RGB value is (159,190,100). Sum of RGB (Red+Green+Blue) = 159+190+100=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE64 is #60419B. Grayscale: #AAAAAA. Windows color (decimal): -6308252 or 6602399. OLE color: 6602399.

HSL color Cylindrical-coordinate representation of color #9FBE64: hue angle of 80.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FBE64 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 100 -
CMYK 0.16 0 0.47 0.25
HSL 80.67º 0.41% 0.57% -
HSV(B) 80.67º 0.47% 0.75% -
XYZ 35.01 45.12 18.92 -
YUV 170.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 159 190 100 0.16 0 0.47 0.25 80.67 0.41 0.57
Hex 9F BE 64 10 0 2F 19 51 29 39
Octal 237 276 144 20 0 57 31 121 51 71
Binary 10011111 10111110 1100100 10000 0 101111 11001 1010001 101001 111001

Color Harmonies of #9FBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE64

Black with #9FBE64

Text Example


Text Example

White with #9FBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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