Html Css Color HEX #9FBE5A Olivine

📋 copy color: '#9FBE5A'

red 159 ◦ green 190 ◦ blue 90

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

Shades of Olivine #9FBE5A

Tints of Olivine #9FBE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 36.22%
G = 43.28%
B = 20.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#9FBE5A (or 0x9FBE5A) is known color: Olivine. HEX triplet: 9F, BE and 5A. RGB value is (159,190,90). Sum of RGB (Red+Green+Blue) = 159+190+90=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE5A is #6041A5. Grayscale: #A9A9A9. Windows color (decimal): -6308262 or 5947039. OLE color: 5947039.

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

Color convert

RGB 159 190 90 -
CMYK 0.16 0 0.53 0.25
HSL 78.6º 0.43% 0.55% -
HSV(B) 78.6º 0.53% 0.75% -
XYZ 34.56 44.94 16.53 -
YUV 169.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 159 190 90 0.16 0 0.53 0.25 78.6 0.43 0.55
Hex 9F BE 5A 10 0 35 19 4F 2B 37
Octal 237 276 132 20 0 65 31 117 53 67
Binary 10011111 10111110 1011010 10000 0 110101 11001 1001111 101011 110111

Color Harmonies of #9FBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE5A

Black with #9FBE5A

Text Example


Text Example

White with #9FBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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