Html Css Color HEX #8C990D Citron

📋 copy color: '#8C990D'

red 140 ◦ green 153 ◦ blue 13

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

Shades of Citron #8C990D

Tints of Citron #8C990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 45.75%
G = 50%
B = 4.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#8C990D (or 0x8C990D) is known color: Citron. HEX triplet: 8C, 99 and 0D. RGB value is (140,153,13). Sum of RGB (Red+Green+Blue) = 140+153+13=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #8C990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C990D is #7366F2. Grayscale: #858585. Windows color (decimal): -7562995 or 891276. OLE color: 891276.

HSL color Cylindrical-coordinate representation of color #8C990D: hue angle of 65.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C990D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 13 -
CMYK 0.08 0 0.92 0.4
HSL 65.57º 0.84% 0.33% -
HSV(B) 65.57º 0.92% 0.6% -
XYZ 22.28 28.39 4.69 -
YUV 133.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 140 153 13 0.08 0 0.92 0.4 65.57 0.84 0.33
Hex 8C 99 D 8 0 5C 28 42 54 21
Octal 214 231 15 10 0 134 50 102 124 41
Binary 10001100 10011001 1101 1000 0 1011100 101000 1000010 1010100 100001

Color Harmonies of #8C990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C990D

Black with #8C990D

Text Example


Text Example

White with #8C990D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,13); }

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

background-color css

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

 a { background-color: rgb(140,153,13); }

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

border-color css

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

 span { border-color: rgb(140,153,13); }

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