Html Css Color HEX #8C930D Citron

📋 copy color: '#8C930D'

red 140 ◦ green 147 ◦ blue 13

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

Shades of Citron #8C930D

Tints of Citron #8C930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

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

R = 46.67%
G = 49%
B = 4.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#8C930D (or 0x8C930D) is known color: Citron. HEX triplet: 8C, 93 and 0D. RGB value is (140,147,13). Sum of RGB (Red+Green+Blue) = 140+147+13=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #8C930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C930D is #736CF2. Grayscale: #828282. Windows color (decimal): -7564531 or 889740. OLE color: 889740.

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

Color convert

RGB 140 147 13 -
CMYK 0.05 0 0.91 0.42
HSL 63.13º 0.84% 0.31% -
HSV(B) 63.13º 0.91% 0.58% -
XYZ 21.32 26.47 4.37 -
YUV 129.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 140 147 13 0.05 0 0.91 0.42 63.13 0.84 0.31
Hex 8C 93 D 5 0 5B 2A 3F 54 1F
Octal 214 223 15 5 0 133 52 77 124 37
Binary 10001100 10010011 1101 101 0 1011011 101010 111111 1010100 11111

Color Harmonies of #8C930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C930D

Black with #8C930D

Text Example


Text Example

White with #8C930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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