Html Css Color HEX #95B949 Atlantis

📋 copy color: '#95B949'

red 149 ◦ green 185 ◦ blue 73

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

Shades of Atlantis #95B949

Tints of Atlantis #95B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 36.61%
G = 45.45%
B = 17.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#95B949 (or 0x95B949) is known color: Atlantis. HEX triplet: 95, B9 and 49. RGB value is (149,185,73). Sum of RGB (Red+Green+Blue) = 149+185+73=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #95B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B949 is #6A46B6. Grayscale: #A1A1A1. Windows color (decimal): -6964919 or 4831637. OLE color: 4831637.

HSL color Cylindrical-coordinate representation of color #95B949: hue angle of 79.29º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95B949 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 185 73 -
CMYK 0.19 0 0.61 0.27
HSL 79.29º 0.44% 0.51% -
HSV(B) 79.29º 0.61% 0.73% -
XYZ 30.95 41.57 12.7 -
YUV 161.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 149 185 73 0.19 0 0.61 0.27 79.29 0.44 0.51
Hex 95 B9 49 13 0 3D 1B 4F 2C 33
Octal 225 271 111 23 0 75 33 117 54 63
Binary 10010101 10111001 1001001 10011 0 111101 11011 1001111 101100 110011

Color Harmonies of #95B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B949

Black with #95B949

Text Example


Text Example

White with #95B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,185,73); }

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

background-color css

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

 a { background-color: rgb(149,185,73); }

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

border-color css

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

 span { border-color: rgb(149,185,73); }

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