Html Css Color HEX #95B444 Atlantis

📋 copy color: '#95B444'

red 149 ◦ green 180 ◦ blue 68

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

Shades of Atlantis #95B444

Tints of Atlantis #95B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.34%

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

R = 37.53%
G = 45.34%
B = 17.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#95B444 (or 0x95B444) is known color: Atlantis. HEX triplet: 95, B4 and 44. RGB value is (149,180,68). Sum of RGB (Red+Green+Blue) = 149+180+68=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #95B444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B444 is #6A4BBB. Grayscale: #9E9E9E. Windows color (decimal): -6966204 or 4502677. OLE color: 4502677.

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

Color convert

RGB 149 180 68 -
CMYK 0.17 0 0.62 0.29
HSL 76.61º 0.45% 0.49% -
HSV(B) 76.61º 0.62% 0.71% -
XYZ 29.76 39.45 11.51 -
YUV 157.96 77.23 121.61 -
System Red Green Blue C M Y K H S L
Decimal 149 180 68 0.17 0 0.62 0.29 76.61 0.45 0.49
Hex 95 B4 44 11 0 3E 1D 4D 2D 31
Octal 225 264 104 21 0 76 35 115 55 61
Binary 10010101 10110100 1000100 10001 0 111110 11101 1001101 101101 110001

Color Harmonies of #95B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B444

Black with #95B444

Text Example


Text Example

White with #95B444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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