Html Css Color HEX #95B844 Atlantis

📋 copy color: '#95B844'

red 149 ◦ green 184 ◦ blue 68

#95B844
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #95B844

Tints of Atlantis #95B844

RGB

 RED value IS 149 (58.59% from 255) = 37.16%

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 37.16%
G = 45.89%
B = 16.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#95B844 (or 0x95B844) is known color: Atlantis. HEX triplet: 95, B8 and 44. RGB value is (149,184,68). Sum of RGB (Red+Green+Blue) = 149+184+68=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #95B844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B844 is #6A47BB. Grayscale: #A0A0A0. Windows color (decimal): -6965180 or 4503701. OLE color: 4503701.

HSL color Cylindrical-coordinate representation of color #95B844: hue angle of 78.1º 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 #95B844 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 68 -
CMYK 0.19 0 0.63 0.28
HSL 78.1º 0.46% 0.49% -
HSV(B) 78.1º 0.63% 0.72% -
XYZ 30.58 41.09 11.79 -
YUV 160.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 149 184 68 0.19 0 0.63 0.28 78.1 0.46 0.49
Hex 95 B8 44 13 0 3F 1C 4E 2E 31
Octal 225 270 104 23 0 77 34 116 56 61
Binary 10010101 10111000 1000100 10011 0 111111 11100 1001110 101110 110001

Color Harmonies of #95B844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B844

Black with #95B844

Text Example


Text Example

White with #95B844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,184,68); }

 H1.HeaderClassName
 {
   color: #95B844;
 }
 .AnyTagClassName
 {
   color: #95B844;
 }
</style>

background-color css

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

 a { background-color: rgb(149,184,68); }

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

border-color css

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

 span { border-color: rgb(149,184,68); }

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