Html Css Color HEX #8C9F16 Citron

📋 copy color: '#8C9F16'

red 140 ◦ green 159 ◦ blue 22

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

Shades of Citron #8C9F16

Tints of Citron #8C9F16

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.53%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 43.61%
G = 49.53%
B = 6.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#8C9F16 (or 0x8C9F16) is known color: Citron. HEX triplet: 8C, 9F and 16. RGB value is (140,159,22). Sum of RGB (Red+Green+Blue) = 140+159+22=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9F16 is #7360E9. Grayscale: #8A8A8A. Windows color (decimal): -7561450 or 1482636. OLE color: 1482636.

HSL color Cylindrical-coordinate representation of color #8C9F16: hue angle of 68.32º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C9F16 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 22 -
CMYK 0.12 0 0.86 0.38
HSL 68.32º 0.76% 0.35% -
HSV(B) 68.32º 0.86% 0.62% -
XYZ 23.36 30.43 5.4 -
YUV 137.7 62.71 129.64 -
System Red Green Blue C M Y K H S L
Decimal 140 159 22 0.12 0 0.86 0.38 68.32 0.76 0.35
Hex 8C 9F 16 C 0 56 26 44 4C 23
Octal 214 237 26 14 0 126 46 104 114 43
Binary 10001100 10011111 10110 1100 0 1010110 100110 1000100 1001100 100011

Color Harmonies of #8C9F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F16

Black with #8C9F16

Text Example


Text Example

White with #8C9F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,22); }

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

background-color css

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

 a { background-color: rgb(140,159,22); }

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

border-color css

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

 span { border-color: rgb(140,159,22); }

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