Html Css Color HEX #9FBE49 Atlantis

📋 copy color: '#9FBE49'

red 159 ◦ green 190 ◦ blue 73

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

Shades of Atlantis #9FBE49

Tints of Atlantis #9FBE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 37.68%
G = 45.02%
B = 17.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#9FBE49 (or 0x9FBE49) is known color: Atlantis. HEX triplet: 9F, BE and 49. RGB value is (159,190,73). Sum of RGB (Red+Green+Blue) = 159+190+73=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE49 is #6041B6. Grayscale: #A7A7A7. Windows color (decimal): -6308279 or 4832927. OLE color: 4832927.

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

Color convert

RGB 159 190 73 -
CMYK 0.16 0 0.62 0.25
HSL 75.9º 0.47% 0.52% -
HSV(B) 75.9º 0.62% 0.75% -
XYZ 33.91 44.68 13.14 -
YUV 167.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 159 190 73 0.16 0 0.62 0.25 75.9 0.47 0.52
Hex 9F BE 49 10 0 3E 19 4C 2F 34
Octal 237 276 111 20 0 76 31 114 57 64
Binary 10011111 10111110 1001001 10000 0 111110 11001 1001100 101111 110100

Color Harmonies of #9FBE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE49

Black with #9FBE49

Text Example


Text Example

White with #9FBE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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