Html Css Color HEX #8C980F Citron

📋 copy color: '#8C980F'

red 140 ◦ green 152 ◦ blue 15

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

Shades of Citron #8C980F

Tints of Citron #8C980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

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

R = 45.6%
G = 49.51%
B = 4.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#8C980F (or 0x8C980F) is known color: Citron. HEX triplet: 8C, 98 and 0F. RGB value is (140,152,15). Sum of RGB (Red+Green+Blue) = 140+152+15=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #8C980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C980F is #7367F0. Grayscale: #858585. Windows color (decimal): -7563249 or 1022092. OLE color: 1022092.

HSL color Cylindrical-coordinate representation of color #8C980F: hue angle of 65.26º 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 #8C980F is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 15 -
CMYK 0.08 0 0.90 0.40
HSL 65.26º 0.82% 0.33% -
HSV(B) 65.26º 0.9% 0.6% -
XYZ 22.13 28.07 4.7 -
YUV 132.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 140 152 15 0.08 0 0.90 0.40 65.26 0.82 0.33
Hex 8C 98 F 8 0 5A 28 41 52 21
Octal 214 230 17 10 0 132 50 101 122 41
Binary 10001100 10011000 1111 1000 0 1011010 101000 1000001 1010010 100001

Color Harmonies of #8C980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C980F

Black with #8C980F

Text Example


Text Example

White with #8C980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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