Html Css Color HEX #8C9D05 Citron

📋 copy color: '#8C9D05'

red 140 ◦ green 157 ◦ blue 5

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

Shades of Citron #8C9D05

Tints of Citron #8C9D05

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.99%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 46.36%
G = 51.99%
B = 1.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#8C9D05 (or 0x8C9D05) is known color: Citron. HEX triplet: 8C, 9D and 05. RGB value is (140,157,5). Sum of RGB (Red+Green+Blue) = 140+157+5=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9D05 is #7362FA. Grayscale: #878787. Windows color (decimal): -7561979 or 368012. OLE color: 368012.

HSL color Cylindrical-coordinate representation of color #8C9D05: hue angle of 66.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C9D05 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 157 5 -
CMYK 0.11 0 0.97 0.38
HSL 66.71º 0.94% 0.32% -
HSV(B) 66.71º 0.97% 0.62% -
XYZ 22.9 29.7 4.67 -
YUV 134.59 54.87 131.86 -
System Red Green Blue C M Y K H S L
Decimal 140 157 5 0.11 0 0.97 0.38 66.71 0.94 0.32
Hex 8C 9D 5 B 0 61 26 43 5E 20
Octal 214 235 5 13 0 141 46 103 136 40
Binary 10001100 10011101 101 1011 0 1100001 100110 1000011 1011110 100000

Color Harmonies of #8C9D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9D05

Black with #8C9D05

Text Example


Text Example

White with #8C9D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,157,5); }

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

background-color css

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

 a { background-color: rgb(140,157,5); }

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

border-color css

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

 span { border-color: rgb(140,157,5); }

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