Html Css Color HEX #8F990C Citron

📋 copy color: '#8F990C'

red 143 ◦ green 153 ◦ blue 12

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

Shades of Citron #8F990C

Tints of Citron #8F990C

RGB

 RED value IS 143 (56.25% from 255) = 46.43%

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 46.43%
G = 49.68%
B = 3.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#8F990C (or 0x8F990C) is known color: Citron. HEX triplet: 8F, 99 and 0C. RGB value is (143,153,12). Sum of RGB (Red+Green+Blue) = 143+153+12=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #8F990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F990C is #7066F3. Grayscale: #868686. Windows color (decimal): -7366388 or 825743. OLE color: 825743.

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

Color convert

RGB 143 153 12 -
CMYK 0.07 0 0.92 0.4
HSL 64.26º 0.85% 0.32% -
HSV(B) 64.26º 0.92% 0.6% -
XYZ 22.79 28.65 4.68 -
YUV 133.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 143 153 12 0.07 0 0.92 0.4 64.26 0.85 0.32
Hex 8F 99 C 7 0 5C 28 40 55 20
Octal 217 231 14 7 0 134 50 100 125 40
Binary 10001111 10011001 1100 111 0 1011100 101000 1000000 1010101 100000

Color Harmonies of #8F990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F990C

Black with #8F990C

Text Example


Text Example

White with #8F990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,12); }

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

background-color css

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

 a { background-color: rgb(143,153,12); }

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

border-color css

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

 span { border-color: rgb(143,153,12); }

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