Html Css Color HEX #9BBE46 Atlantis

📋 copy color: '#9BBE46'

red 155 ◦ green 190 ◦ blue 70

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

Shades of Atlantis #9BBE46

Tints of Atlantis #9BBE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.87%

R = 37.35%
G = 45.78%
B = 16.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#9BBE46 (or 0x9BBE46) is known color: Atlantis. HEX triplet: 9B, BE and 46. RGB value is (155,190,70). Sum of RGB (Red+Green+Blue) = 155+190+70=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE46 is #6441B9. Grayscale: #A6A6A6. Windows color (decimal): -6570426 or 4636315. OLE color: 4636315.

HSL color Cylindrical-coordinate representation of color #9BBE46: hue angle of 77.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BBE46 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 190 70 -
CMYK 0.18 0 0.63 0.25
HSL 77.5º 0.48% 0.51% -
HSV(B) 77.5º 0.63% 0.75% -
XYZ 33.04 44.24 12.59 -
YUV 165.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 155 190 70 0.18 0 0.63 0.25 77.5 0.48 0.51
Hex 9B BE 46 12 0 3F 19 4E 30 33
Octal 233 276 106 22 0 77 31 116 60 63
Binary 10011011 10111110 1000110 10010 0 111111 11001 1001110 110000 110011

Color Harmonies of #9BBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE46

Black with #9BBE46

Text Example


Text Example

White with #9BBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,70); }

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

background-color css

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

 a { background-color: rgb(155,190,70); }

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

border-color css

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

 span { border-color: rgb(155,190,70); }

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