Html Css Color HEX #8C9124 Citron

📋 copy color: '#8C9124'

red 140 ◦ green 145 ◦ blue 36

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

Shades of Citron #8C9124

Tints of Citron #8C9124

RGB

 RED value IS 140 (55.08% from 255) = 43.61%

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

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 43.61%
G = 45.17%
B = 11.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#8C9124 (or 0x8C9124) is known color: Citron. HEX triplet: 8C, 91 and 24. RGB value is (140,145,36). Sum of RGB (Red+Green+Blue) = 140+145+36=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9124 is #736EDB. Grayscale: #838383. Windows color (decimal): -7565020 or 2396556. OLE color: 2396556.

HSL color Cylindrical-coordinate representation of color #8C9124: hue angle of 62.75º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C9124 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 145 36 -
CMYK 0.03 0 0.75 0.43
HSL 62.75º 0.6% 0.35% -
HSV(B) 62.75º 0.75% 0.57% -
XYZ 21.26 25.95 5.56 -
YUV 131.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 140 145 36 0.03 0 0.75 0.43 62.75 0.6 0.35
Hex 8C 91 24 3 0 4B 2B 3F 3C 23
Octal 214 221 44 3 0 113 53 77 74 43
Binary 10001100 10010001 100100 11 0 1001011 101011 111111 111100 100011

Color Harmonies of #8C9124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9124

Black with #8C9124

Text Example


Text Example

White with #8C9124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9124; }

 p { color: rgb(140,145,36); }

 H1.HeaderClassName
 {
   color: #8C9124;
 }
 .AnyTagClassName
 {
   color: #8C9124;
 }
</style>

background-color css

<style>
 a { background-color: #8C9124; }

 a { background-color: rgb(140,145,36); }

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

border-color css

<style>
 span { border-color: #8C9124; }

 span { border-color: rgb(140,145,36); }

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