Html Css Color HEX #8C990F Citron

📋 copy color: '#8C990F'

red 140 ◦ green 153 ◦ blue 15

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

Shades of Citron #8C990F

Tints of Citron #8C990F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 45.45%
G = 49.68%
B = 4.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#8C990F (or 0x8C990F) is known color: Citron. HEX triplet: 8C, 99 and 0F. RGB value is (140,153,15). Sum of RGB (Red+Green+Blue) = 140+153+15=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #8C990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C990F is #7366F0. Grayscale: #858585. Windows color (decimal): -7562993 or 1022348. OLE color: 1022348.

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

Color convert

RGB 140 153 15 -
CMYK 0.08 0 0.90 0.4
HSL 65.65º 0.82% 0.33% -
HSV(B) 65.65º 0.9% 0.6% -
XYZ 22.29 28.39 4.76 -
YUV 133.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 140 153 15 0.08 0 0.90 0.4 65.65 0.82 0.33
Hex 8C 99 F 8 0 5A 28 42 52 21
Octal 214 231 17 10 0 132 50 102 122 41
Binary 10001100 10011001 1111 1000 0 1011010 101000 1000010 1010010 100001

Color Harmonies of #8C990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C990F

Black with #8C990F

Text Example


Text Example

White with #8C990F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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