Html Css Color HEX #5C926D Oxley

📋 copy color: '#5C926D'

red 92 ◦ green 146 ◦ blue 109

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

Shades of Oxley #5C926D

Tints of Oxley #5C926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 26.51%
G = 42.07%
B = 31.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#5C926D (or 0x5C926D) is known color: Oxley. HEX triplet: 5C, 92 and 6D. RGB value is (92,146,109). Sum of RGB (Red+Green+Blue) = 92+146+109=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #5C926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C926D is #A36D92. Grayscale: #7D7D7D. Windows color (decimal): -10710419 or 7180892. OLE color: 7180892.

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

Color convert

RGB 92 146 109 -
CMYK 0.37 0 0.25 0.43
HSL 138.89º 0.23% 0.47% -
HSV(B) 138.89º 0.37% 0.57% -
XYZ 17.45 23.94 18.17 -
YUV 125.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 92 146 109 0.37 0 0.25 0.43 138.89 0.23 0.47
Hex 5C 92 6D 25 0 19 2B 8B 17 2F
Octal 134 222 155 45 0 31 53 213 27 57
Binary 1011100 10010010 1101101 100101 0 11001 101011 10001011 10111 101111

Color Harmonies of #5C926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C926D

Black with #5C926D

Text Example


Text Example

White with #5C926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,146,109); }

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

background-color css

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

 a { background-color: rgb(92,146,109); }

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

border-color css

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

 span { border-color: rgb(92,146,109); }

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