Html Css Color HEX #95BA42 Atlantis

📋 copy color: '#95BA42'

red 149 ◦ green 186 ◦ blue 66

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

Shades of Atlantis #95BA42

Tints of Atlantis #95BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

 BLUE value IS 66 (26.17% from 255) = 16.46%

R = 37.16%
G = 46.38%
B = 16.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#95BA42 (or 0x95BA42) is known color: Atlantis. HEX triplet: 95, BA and 42. RGB value is (149,186,66). Sum of RGB (Red+Green+Blue) = 149+186+66=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA42 is #6A45BD. Grayscale: #A1A1A1. Windows color (decimal): -6964670 or 4373141. OLE color: 4373141.

HSL color Cylindrical-coordinate representation of color #95BA42: hue angle of 78.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95BA42 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 66 -
CMYK 0.20 0 0.65 0.27
HSL 78.5º 0.48% 0.49% -
HSV(B) 78.5º 0.65% 0.73% -
XYZ 30.94 41.9 11.61 -
YUV 161.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 149 186 66 0.20 0 0.65 0.27 78.5 0.48 0.49
Hex 95 BA 42 14 0 41 1B 4E 30 31
Octal 225 272 102 24 0 101 33 116 60 61
Binary 10010101 10111010 1000010 10100 0 1000001 11011 1001110 110000 110001

Color Harmonies of #95BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA42

Black with #95BA42

Text Example


Text Example

White with #95BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,66); }

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

background-color css

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

 a { background-color: rgb(149,186,66); }

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

border-color css

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

 span { border-color: rgb(149,186,66); }

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