Html Css Color HEX #8C950D Citron

📋 copy color: '#8C950D'

red 140 ◦ green 149 ◦ blue 13

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

Shades of Citron #8C950D

Tints of Citron #8C950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 46.36%
G = 49.34%
B = 4.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#8C950D (or 0x8C950D) is known color: Citron. HEX triplet: 8C, 95 and 0D. RGB value is (140,149,13). Sum of RGB (Red+Green+Blue) = 140+149+13=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #8C950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C950D is #736AF2. Grayscale: #838383. Windows color (decimal): -7564019 or 890252. OLE color: 890252.

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

Color convert

RGB 140 149 13 -
CMYK 0.06 0 0.91 0.42
HSL 63.97º 0.84% 0.32% -
HSV(B) 63.97º 0.91% 0.58% -
XYZ 21.64 27.1 4.47 -
YUV 130.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 140 149 13 0.06 0 0.91 0.42 63.97 0.84 0.32
Hex 8C 95 D 6 0 5B 2A 40 54 20
Octal 214 225 15 6 0 133 52 100 124 40
Binary 10001100 10010101 1101 110 0 1011011 101010 1000000 1010100 100000

Color Harmonies of #8C950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C950D

Black with #8C950D

Text Example


Text Example

White with #8C950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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