#95B443

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

Shades of Atlantis #95B443

Tints of Atlantis #95B443

Color information

#95B443 (or 0x95B443) is unknown color: approx Atlantis. HEX triplet: 95, B4 and 43. RGB value is (149,180,67). Sum of RGB (Red+Green+Blue) = 149+180+67=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #95B443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B443 is #6A4BBC. Grayscale: #9E9E9E. Windows color (decimal): -6966205 or 4437141. OLE color: 4437141.

HSL color Cylindrical-coordinate representation of color #95B443: hue angle of 76.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95B443 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB14918067-
CMYK0.1700.630.29
HSL76.46º45.75%48.43%-
HSV(B)76.46º62.78%70.59%-
XYZ29.7339.4411.36-
YUV157.8576.73121.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 67 (26.56% from 255) = 16.92%
R=37.63%
G=45.45%
B=16.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149180670.1700.630.2976.4645.7548.43
Hex95B4431103F1D4c2e30
Octal22526410321077351145660
Binary10010101101101001000011100010111111111011001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B443; }

 p { color: rgb(149,180,67); }

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

<style>
 a { background-color: #95B443; }

 a { background-color: rgb(149,180,67); }

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

<style>
 span { border-color: #95B443; }

 span { border-color: rgb(149,180,67); }

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