#9BBD4B

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

Shades of Atlantis #9BBD4B

Tints of Atlantis #9BBD4B

Color information

#9BBD4B (or 0x9BBD4B) is unknown color: approx Atlantis. HEX triplet: 9B, BD and 4B. RGB value is (155,189,75). Sum of RGB (Red+Green+Blue) = 155+189+75=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBD4B is #6442B4. Grayscale: #A6A6A6. Windows color (decimal): -6570677 or 4963739. OLE color: 4963739.

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

Color convert

RGB15518975-
CMYK0.1800.600.26
HSL77.89º46.34%51.76%-
HSV(B)77.89º60.32%74.12%-
XYZ32.9943.8713.39-
YUV165.8476.74120.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 75 (29.69% from 255) = 17.90%
R=36.99%
G=45.11%
B=17.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155189750.1800.600.2677.8946.3451.76
Hex9BBD4B1203C1A4e2e34
Octal23327511322074321165664
Binary10011011101111011001011100100111100110101001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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