Html Css Color HEX #95B741 Atlantis

📋 copy color: '#95B741'

red 149 ◦ green 183 ◦ blue 65

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

Shades of Atlantis #95B741

Tints of Atlantis #95B741

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 37.53%
G = 46.1%
B = 16.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#95B741 (or 0x95B741) is known color: Atlantis. HEX triplet: 95, B7 and 41. RGB value is (149,183,65). Sum of RGB (Red+Green+Blue) = 149+183+65=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #95B741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B741 is #6A48BE. Grayscale: #9F9F9F. Windows color (decimal): -6965439 or 4306837. OLE color: 4306837.

HSL color Cylindrical-coordinate representation of color #95B741: hue angle of 77.29º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95B741 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 183 65 -
CMYK 0.19 0 0.64 0.28
HSL 77.29º 0.48% 0.49% -
HSV(B) 77.29º 0.64% 0.72% -
XYZ 30.28 40.64 11.25 -
YUV 159.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 149 183 65 0.19 0 0.64 0.28 77.29 0.48 0.49
Hex 95 B7 41 13 0 40 1C 4D 30 31
Octal 225 267 101 23 0 100 34 115 60 61
Binary 10010101 10110111 1000001 10011 0 1000000 11100 1001101 110000 110001

Color Harmonies of #95B741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B741

Black with #95B741

Text Example


Text Example

White with #95B741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,183,65); }

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

background-color css

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

 a { background-color: rgb(149,183,65); }

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

border-color css

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

 span { border-color: rgb(149,183,65); }

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