#9BCC4B

Color #9BCC4B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9BCC4B

Tints of Atlantis #9BCC4B

Color information

#9BCC4B (or 0x9BCC4B) is unknown color: approx Atlantis. HEX triplet: 9B, CC and 4B. RGB value is (155,204,75). Sum of RGB (Red+Green+Blue) = 155+204+75=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCC4B is #6433B4. Grayscale: #AFAFAF. Windows color (decimal): -6566837 or 4967579. OLE color: 4967579.

HSL color Cylindrical-coordinate representation of color #9BCC4B: hue angle of 82.79º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BCC4B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB15520475-
CMYK0.2400.630.2
HSL82.79º55.84%54.71%-
HSV(B)82.79º63.24%80%-
XYZ36.3850.6614.52-
YUV174.6471.77113.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 75 (29.69% from 255) = 17.28%
R=35.71%
G=47.00%
B=17.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155204750.2400.630.282.7955.8454.71
Hex9BCC4B1803F14533837
Octal23331411330077241237067
Binary10011011110011001001011110000111111101001010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,75); }

 H1.HeaderClassName
 {
   color: #9BCC4B;
 }
 .AnyTagClassName
 {
   color: #9BCC4B;
 }
</style>
background-color css

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

 a { background-color: rgb(155,204,75); }

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

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

 span { border-color: rgb(155,204,75); }

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