#95B743

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

Shades of Atlantis #95B743

Tints of Atlantis #95B743

Color information

#95B743 (or 0x95B743) is unknown color: approx Atlantis. HEX triplet: 95, B7 and 43. RGB value is (149,183,67). Sum of RGB (Red+Green+Blue) = 149+183+67=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #95B743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B743 is #6A48BC. Grayscale: #A0A0A0. Windows color (decimal): -6965437 or 4437909. OLE color: 4437909.

HSL color Cylindrical-coordinate representation of color #95B743: hue angle of 77.59º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95B743 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB14918367-
CMYK0.1900.630.28
HSL77.59º46.4%49.02%-
HSV(B)77.59º63.39%71.76%-
XYZ30.3440.6611.56-
YUV159.6175.74120.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 67 (26.56% from 255) = 16.79%
R=37.34%
G=45.86%
B=16.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149183670.1900.630.2877.5946.449.02
Hex95B7431303F1C4e2e31
Octal22526710323077341165661
Binary10010101101101111000011100110111111111001001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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