Html Css Color HEX #8C9C1C Citron

📋 copy color: '#8C9C1C'

red 140 ◦ green 156 ◦ blue 28

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

Shades of Citron #8C9C1C

Tints of Citron #8C9C1C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.15%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 43.21%
G = 48.15%
B = 8.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#8C9C1C (or 0x8C9C1C) is known color: Citron. HEX triplet: 8C, 9C and 1C. RGB value is (140,156,28). Sum of RGB (Red+Green+Blue) = 140+156+28=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9C1C is #7363E3. Grayscale: #898989. Windows color (decimal): -7562212 or 1875084. OLE color: 1875084.

HSL color Cylindrical-coordinate representation of color #8C9C1C: hue angle of 67.5º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C9C1C is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 156 28 -
CMYK 0.10 0 0.82 0.39
HSL 67.5º 0.7% 0.36% -
HSV(B) 67.5º 0.82% 0.61% -
XYZ 22.91 29.44 5.57 -
YUV 136.62 66.7 130.41 -
System Red Green Blue C M Y K H S L
Decimal 140 156 28 0.10 0 0.82 0.39 67.5 0.7 0.36
Hex 8C 9C 1C A 0 52 27 44 46 24
Octal 214 234 34 12 0 122 47 104 106 44
Binary 10001100 10011100 11100 1010 0 1010010 100111 1000100 1000110 100100

Color Harmonies of #8C9C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9C1C

Black with #8C9C1C

Text Example


Text Example

White with #8C9C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,156,28); }

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

background-color css

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

 a { background-color: rgb(140,156,28); }

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

border-color css

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

 span { border-color: rgb(140,156,28); }

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