Html Css Color HEX #5C9873 Oxley

📋 copy color: '#5C9873'

red 92 ◦ green 152 ◦ blue 115

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

Shades of Oxley #5C9873

Tints of Oxley #5C9873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 25.63%
G = 42.34%
B = 32.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#5C9873 (or 0x5C9873) is known color: Oxley. HEX triplet: 5C, 98 and 73. RGB value is (92,152,115). Sum of RGB (Red+Green+Blue) = 92+152+115=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9873 is #A3678C. Grayscale: #818181. Windows color (decimal): -10708877 or 7575644. OLE color: 7575644.

HSL color Cylindrical-coordinate representation of color #5C9873: hue angle of 143º 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 #5C9873 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 152 115 -
CMYK 0.39 0 0.24 0.40
HSL 143º 0.25% 0.48% -
HSV(B) 143º 0.39% 0.6% -
XYZ 18.74 25.97 20.24 -
YUV 129.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 92 152 115 0.39 0 0.24 0.40 143 0.25 0.48
Hex 5C 98 73 27 0 18 28 8F 19 30
Octal 134 230 163 47 0 30 50 217 31 60
Binary 1011100 10011000 1110011 100111 0 11000 101000 10001111 11001 110000

Color Harmonies of #5C9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9873

Black with #5C9873

Text Example


Text Example

White with #5C9873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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