Html Css Color HEX #5C965A Hippie Green

📋 copy color: '#5C965A'

red 92 ◦ green 150 ◦ blue 90

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

Shades of Hippie Green #5C965A

Tints of Hippie Green #5C965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 27.71%
G = 45.18%
B = 27.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#5C965A (or 0x5C965A) is known color: Hippie Green. HEX triplet: 5C, 96 and 5A. RGB value is (92,150,90). Sum of RGB (Red+Green+Blue) = 92+150+90=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #5C965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C965A is #A369A5. Grayscale: #7E7E7E. Windows color (decimal): -10709414 or 5936732. OLE color: 5936732.

HSL color Cylindrical-coordinate representation of color #5C965A: hue angle of 118º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C965A is Cyan = 0.39, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 92 150 90 -
CMYK 0.39 0 0.4 0.41
HSL 118º 0.25% 0.47% -
HSV(B) 118º 0.4% 0.59% -
XYZ 17.17 24.83 13.56 -
YUV 125.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 92 150 90 0.39 0 0.4 0.41 118 0.25 0.47
Hex 5C 96 5A 27 0 28 29 76 19 2F
Octal 134 226 132 47 0 50 51 166 31 57
Binary 1011100 10010110 1011010 100111 0 101000 101001 1110110 11001 101111

Color Harmonies of #5C965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C965A

Black with #5C965A

Text Example


Text Example

White with #5C965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,150,90); }

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

background-color css

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

 a { background-color: rgb(92,150,90); }

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

border-color css

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

 span { border-color: rgb(92,150,90); }

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