Html Css Color HEX #8C9016 Citron

📋 copy color: '#8C9016'

red 140 ◦ green 144 ◦ blue 22

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

Shades of Citron #8C9016

Tints of Citron #8C9016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

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

R = 45.75%
G = 47.06%
B = 7.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8C9016 (or 0x8C9016) is known color: Citron. HEX triplet: 8C, 90 and 16. RGB value is (140,144,22). Sum of RGB (Red+Green+Blue) = 140+144+22=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9016 is #736FE9. Grayscale: #818181. Windows color (decimal): -7565290 or 1478796. OLE color: 1478796.

HSL color Cylindrical-coordinate representation of color #8C9016: hue angle of 61.97º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C9016 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 22 -
CMYK 0.03 0 0.85 0.44
HSL 61.97º 0.73% 0.33% -
HSV(B) 61.97º 0.85% 0.56% -
XYZ 20.93 25.58 4.59 -
YUV 128.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 140 144 22 0.03 0 0.85 0.44 61.97 0.73 0.33
Hex 8C 90 16 3 0 55 2C 3E 49 21
Octal 214 220 26 3 0 125 54 76 111 41
Binary 10001100 10010000 10110 11 0 1010101 101100 111110 1001001 100001

Color Harmonies of #8C9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9016

Black with #8C9016

Text Example


Text Example

White with #8C9016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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