Html Css Color HEX #95B744 Atlantis

📋 copy color: '#95B744'

red 149 ◦ green 183 ◦ blue 68

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

Shades of Atlantis #95B744

Tints of Atlantis #95B744

RGB

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

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

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

R = 37.25%
G = 45.75%
B = 17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#95B744 (or 0x95B744) is known color: Atlantis. HEX triplet: 95, B7 and 44. RGB value is (149,183,68). Sum of RGB (Red+Green+Blue) = 149+183+68=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #95B744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B744 is #6A48BB. Grayscale: #A0A0A0. Windows color (decimal): -6965436 or 4503445. OLE color: 4503445.

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

Color convert

RGB 149 183 68 -
CMYK 0.19 0 0.63 0.28
HSL 77.74º 0.46% 0.49% -
HSV(B) 77.74º 0.63% 0.72% -
XYZ 30.37 40.67 11.72 -
YUV 159.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 149 183 68 0.19 0 0.63 0.28 77.74 0.46 0.49
Hex 95 B7 44 13 0 3F 1C 4E 2E 31
Octal 225 267 104 23 0 77 34 116 56 61
Binary 10010101 10110111 1000100 10011 0 111111 11100 1001110 101110 110001

Color Harmonies of #95B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B744

Black with #95B744

Text Example


Text Example

White with #95B744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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