#91BF4D

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

Shades of Atlantis #91BF4D

Tints of Atlantis #91BF4D

Color information

#91BF4D (or 0x91BF4D) is unknown color: approx Atlantis. HEX triplet: 91, BF and 4D. RGB value is (145,191,77). Sum of RGB (Red+Green+Blue) = 145+191+77=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BF4D is #6E40B2. Grayscale: #A4A4A4. Windows color (decimal): -7225523 or 5095313. OLE color: 5095313.

HSL color Cylindrical-coordinate representation of color #91BF4D: hue angle of 84.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91BF4D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB14519177-
CMYK0.2400.600.25
HSL84.21º47.11%52.55%-
HSV(B)84.21º59.69%74.9%-
XYZ31.6543.8213.81-
YUV164.2578.76114.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 77 (30.47% from 255) = 18.64%
R=35.11%
G=46.25%
B=18.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145191770.2400.600.2584.2147.1152.55
Hex91BF4D1803C19542f35
Octal22127711530074311245765
Binary10010001101111111001101110000111100110011010100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91BF4D; }

 p { color: rgb(145,191,77); }

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

<style>
 a { background-color: #91BF4D; }

 a { background-color: rgb(145,191,77); }

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

<style>
 span { border-color: #91BF4D; }

 span { border-color: rgb(145,191,77); }

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