Html Css Color HEX #8C950F Citron

📋 copy color: '#8C950F'

red 140 ◦ green 149 ◦ blue 15

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

Shades of Citron #8C950F

Tints of Citron #8C950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.01%

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

R = 46.05%
G = 49.01%
B = 4.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#8C950F (or 0x8C950F) is known color: Citron. HEX triplet: 8C, 95 and 0F. RGB value is (140,149,15). Sum of RGB (Red+Green+Blue) = 140+149+15=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #8C950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C950F is #736AF0. Grayscale: #838383. Windows color (decimal): -7564017 or 1021324. OLE color: 1021324.

HSL color Cylindrical-coordinate representation of color #8C950F: hue angle of 64.03º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C950F is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 149 15 -
CMYK 0.06 0 0.90 0.42
HSL 64.03º 0.82% 0.32% -
HSV(B) 64.03º 0.9% 0.58% -
XYZ 21.65 27.1 4.54 -
YUV 131.03 62.52 134.4 -
System Red Green Blue C M Y K H S L
Decimal 140 149 15 0.06 0 0.90 0.42 64.03 0.82 0.32
Hex 8C 95 F 6 0 5A 2A 40 52 20
Octal 214 225 17 6 0 132 52 100 122 40
Binary 10001100 10010101 1111 110 0 1011010 101010 1000000 1010010 100000

Color Harmonies of #8C950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C950F

Black with #8C950F

Text Example


Text Example

White with #8C950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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