Html Css Color HEX #9BBE41 Atlantis

📋 copy color: '#9BBE41'

red 155 ◦ green 190 ◦ blue 65

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

Shades of Atlantis #9BBE41

Tints of Atlantis #9BBE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 37.8%
G = 46.34%
B = 15.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#9BBE41 (or 0x9BBE41) is known color: Atlantis. HEX triplet: 9B, BE and 41. RGB value is (155,190,65). Sum of RGB (Red+Green+Blue) = 155+190+65=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE41 is #6441BE. Grayscale: #A5A5A5. Windows color (decimal): -6570431 or 4308635. OLE color: 4308635.

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

Color convert

RGB 155 190 65 -
CMYK 0.18 0 0.66 0.25
HSL 76.8º 0.49% 0.5% -
HSV(B) 76.8º 0.66% 0.75% -
XYZ 32.89 44.18 11.79 -
YUV 165.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 155 190 65 0.18 0 0.66 0.25 76.8 0.49 0.5
Hex 9B BE 41 12 0 42 19 4D 31 32
Octal 233 276 101 22 0 102 31 115 61 62
Binary 10011011 10111110 1000001 10010 0 1000010 11001 1001101 110001 110010

Color Harmonies of #9BBE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE41

Black with #9BBE41

Text Example


Text Example

White with #9BBE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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