Html Css Color HEX #8C910F Citron

📋 copy color: '#8C910F'

red 140 ◦ green 145 ◦ blue 15

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

Shades of Citron #8C910F

Tints of Citron #8C910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.33%

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

R = 46.67%
G = 48.33%
B = 5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#8C910F (or 0x8C910F) is known color: Citron. HEX triplet: 8C, 91 and 0F. RGB value is (140,145,15). Sum of RGB (Red+Green+Blue) = 140+145+15=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #8C910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C910F is #736EF0. Grayscale: #818181. Windows color (decimal): -7565041 or 1020300. OLE color: 1020300.

HSL color Cylindrical-coordinate representation of color #8C910F: hue angle of 62.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C910F is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 145 15 -
CMYK 0.03 0 0.90 0.43
HSL 62.31º 0.81% 0.31% -
HSV(B) 62.31º 0.9% 0.57% -
XYZ 21.03 25.86 4.34 -
YUV 128.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 140 145 15 0.03 0 0.90 0.43 62.31 0.81 0.31
Hex 8C 91 F 3 0 5A 2B 3E 51 1F
Octal 214 221 17 3 0 132 53 76 121 37
Binary 10001100 10010001 1111 11 0 1011010 101011 111110 1010001 11111

Color Harmonies of #8C910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C910F

Black with #8C910F

Text Example


Text Example

White with #8C910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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