Html Css Color HEX #5C9966 Laurel

📋 copy color: '#5C9966'

red 92 ◦ green 153 ◦ blue 102

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

Shades of Laurel #5C9966

Tints of Laurel #5C9966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 26.51%
G = 44.09%
B = 29.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#5C9966 (or 0x5C9966) is known color: Laurel. HEX triplet: 5C, 99 and 66. RGB value is (92,153,102). Sum of RGB (Red+Green+Blue) = 92+153+102=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9966 is #A36699. Grayscale: #818181. Windows color (decimal): -10708634 or 6723932. OLE color: 6723932.

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

Color convert

RGB 92 153 102 -
CMYK 0.40 0 0.33 0.4
HSL 129.84º 0.25% 0.48% -
HSV(B) 129.84º 0.4% 0.6% -
XYZ 18.2 26.02 16.63 -
YUV 128.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 92 153 102 0.40 0 0.33 0.4 129.84 0.25 0.48
Hex 5C 99 66 28 0 21 28 82 19 30
Octal 134 231 146 50 0 41 50 202 31 60
Binary 1011100 10011001 1100110 101000 0 100001 101000 10000010 11001 110000

Color Harmonies of #5C9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9966

Black with #5C9966

Text Example


Text Example

White with #5C9966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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