Html Css Color HEX #9BBC40 Atlantis

📋 copy color: '#9BBC40'

red 155 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #9BBC40

Tints of Atlantis #9BBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.19%

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 38.08%
G = 46.19%
B = 15.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#9BBC40 (or 0x9BBC40) is known color: Atlantis. HEX triplet: 9B, BC and 40. RGB value is (155,188,64). Sum of RGB (Red+Green+Blue) = 155+188+64=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC40 is #6443BF. Grayscale: #A4A4A4. Windows color (decimal): -6570944 or 4242587. OLE color: 4242587.

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

Color convert

RGB 155 188 64 -
CMYK 0.18 0 0.66 0.26
HSL 75.97º 0.49% 0.49% -
HSV(B) 75.97º 0.66% 0.74% -
XYZ 32.43 43.31 11.5 -
YUV 164 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 155 188 64 0.18 0 0.66 0.26 75.97 0.49 0.49
Hex 9B BC 40 12 0 42 1A 4C 31 31
Octal 233 274 100 22 0 102 32 114 61 61
Binary 10011011 10111100 1000000 10010 0 1000010 11010 1001100 110001 110001

Color Harmonies of #9BBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC40

Black with #9BBC40

Text Example


Text Example

White with #9BBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,64); }

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

background-color css

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

 a { background-color: rgb(155,188,64); }

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

border-color css

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

 span { border-color: rgb(155,188,64); }

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