Html Css Color HEX #95B544 Atlantis

📋 copy color: '#95B544'

red 149 ◦ green 181 ◦ blue 68

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

Shades of Atlantis #95B544

Tints of Atlantis #95B544

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.48%

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

R = 37.44%
G = 45.48%
B = 17.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#95B544 (or 0x95B544) is known color: Atlantis. HEX triplet: 95, B5 and 44. RGB value is (149,181,68). Sum of RGB (Red+Green+Blue) = 149+181+68=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #95B544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B544 is #6A4ABB. Grayscale: #9E9E9E. Windows color (decimal): -6965948 or 4502933. OLE color: 4502933.

HSL color Cylindrical-coordinate representation of color #95B544: hue angle of 76.99º 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 #95B544 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 181 68 -
CMYK 0.18 0 0.62 0.29
HSL 76.99º 0.45% 0.49% -
HSV(B) 76.99º 0.62% 0.71% -
XYZ 29.96 39.85 11.58 -
YUV 158.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 149 181 68 0.18 0 0.62 0.29 76.99 0.45 0.49
Hex 95 B5 44 12 0 3E 1D 4D 2D 31
Octal 225 265 104 22 0 76 35 115 55 61
Binary 10010101 10110101 1000100 10010 0 111110 11101 1001101 101101 110001

Color Harmonies of #95B544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B544

Black with #95B544

Text Example


Text Example

White with #95B544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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