Html Css Color HEX #5C9166 Laurel

📋 copy color: '#5C9166'

red 92 ◦ green 145 ◦ blue 102

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

Shades of Laurel #5C9166

Tints of Laurel #5C9166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 27.14%
G = 42.77%
B = 30.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#5C9166 (or 0x5C9166) is known color: Laurel. HEX triplet: 5C, 91 and 66. RGB value is (92,145,102). Sum of RGB (Red+Green+Blue) = 92+145+102=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #5C9166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9166 is #A36E99. Grayscale: #7C7C7C. Windows color (decimal): -10710682 or 6721884. OLE color: 6721884.

HSL color Cylindrical-coordinate representation of color #5C9166: hue angle of 131.32º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9166 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 145 102 -
CMYK 0.37 0 0.30 0.43
HSL 131.32º 0.22% 0.46% -
HSV(B) 131.32º 0.37% 0.57% -
XYZ 16.94 23.49 16.21 -
YUV 124.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 92 145 102 0.37 0 0.30 0.43 131.32 0.22 0.46
Hex 5C 91 66 25 0 1E 2B 83 16 2E
Octal 134 221 146 45 0 36 53 203 26 56
Binary 1011100 10010001 1100110 100101 0 11110 101011 10000011 10110 101110

Color Harmonies of #5C9166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9166

Black with #5C9166

Text Example


Text Example

White with #5C9166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,145,102); }

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

background-color css

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

 a { background-color: rgb(92,145,102); }

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

border-color css

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

 span { border-color: rgb(92,145,102); }

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