Html Css Color HEX #5C985F Hippie Green

📋 copy color: '#5C985F'

red 92 ◦ green 152 ◦ blue 95

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

Shades of Hippie Green #5C985F

Tints of Hippie Green #5C985F

RGB

 RED value IS 92 (36.33% from 255) = 27.14%

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 27.14%
G = 44.84%
B = 28.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#5C985F (or 0x5C985F) is known color: Hippie Green. HEX triplet: 5C, 98 and 5F. RGB value is (92,152,95). Sum of RGB (Red+Green+Blue) = 92+152+95=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #5C985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C985F is #A367A0. Grayscale: #7F7F7F. Windows color (decimal): -10708897 or 6264924. OLE color: 6264924.

HSL color Cylindrical-coordinate representation of color #5C985F: hue angle of 123º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C985F is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 152 95 -
CMYK 0.39 0 0.38 0.40
HSL 123º 0.25% 0.48% -
HSV(B) 123º 0.39% 0.6% -
XYZ 17.71 25.56 14.83 -
YUV 127.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 92 152 95 0.39 0 0.38 0.40 123 0.25 0.48
Hex 5C 98 5F 27 0 26 28 7B 19 30
Octal 134 230 137 47 0 46 50 173 31 60
Binary 1011100 10011000 1011111 100111 0 100110 101000 1111011 11001 110000

Color Harmonies of #5C985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C985F

Black with #5C985F

Text Example


Text Example

White with #5C985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C985F; }

 p { color: rgb(92,152,95); }

 H1.HeaderClassName
 {
   color: #5C985F;
 }
 .AnyTagClassName
 {
   color: #5C985F;
 }
</style>

background-color css

<style>
 a { background-color: #5C985F; }

 a { background-color: rgb(92,152,95); }

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

border-color css

<style>
 span { border-color: #5C985F; }

 span { border-color: rgb(92,152,95); }

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