Html Css Color HEX #9BCF49 Atlantis

📋 copy color: '#9BCF49'

red 155 ◦ green 207 ◦ blue 73

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

Shades of Atlantis #9BCF49

Tints of Atlantis #9BCF49

RGB

 RED value IS 155 (60.94% from 255) = 35.63%

 GREEN value IS 207 (81.25% from 255) = 47.59%

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

R = 35.63%
G = 47.59%
B = 16.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#9BCF49 (or 0x9BCF49) is known color: Atlantis. HEX triplet: 9B, CF and 49. RGB value is (155,207,73). Sum of RGB (Red+Green+Blue) = 155+207+73=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCF49 is #6430B6. Grayscale: #B0B0B0. Windows color (decimal): -6566071 or 4837275. OLE color: 4837275.

HSL color Cylindrical-coordinate representation of color #9BCF49: hue angle of 83.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BCF49 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 73 -
CMYK 0.25 0 0.65 0.19
HSL 83.28º 0.58% 0.55% -
HSV(B) 83.28º 0.65% 0.81% -
XYZ 37.03 52.08 14.4 -
YUV 176.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 155 207 73 0.25 0 0.65 0.19 83.28 0.58 0.55
Hex 9B CF 49 19 0 41 13 53 3A 37
Octal 233 317 111 31 0 101 23 123 72 67
Binary 10011011 11001111 1001001 11001 0 1000001 10011 1010011 111010 110111

Color Harmonies of #9BCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF49

Black with #9BCF49

Text Example


Text Example

White with #9BCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,73); }

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

background-color css

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

 a { background-color: rgb(155,207,73); }

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

border-color css

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

 span { border-color: rgb(155,207,73); }

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