Html Css Color HEX #8CA211 Citron

📋 copy color: '#8CA211'

red 140 ◦ green 162 ◦ blue 17

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

Shades of Citron #8CA211

Tints of Citron #8CA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 43.89%
G = 50.78%
B = 5.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#8CA211 (or 0x8CA211) is known color: Citron. HEX triplet: 8C, A2 and 11. RGB value is (140,162,17). Sum of RGB (Red+Green+Blue) = 140+162+17=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA211 is #735DEE. Grayscale: #8B8B8B. Windows color (decimal): -7560687 or 1155724. OLE color: 1155724.

HSL color Cylindrical-coordinate representation of color #8CA211: hue angle of 69.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CA211 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 162 17 -
CMYK 0.14 0 0.90 0.36
HSL 69.1º 0.81% 0.35% -
HSV(B) 69.1º 0.9% 0.64% -
XYZ 23.84 31.46 5.35 -
YUV 138.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 140 162 17 0.14 0 0.90 0.36 69.1 0.81 0.35
Hex 8C A2 11 E 0 5A 24 45 51 23
Octal 214 242 21 16 0 132 44 105 121 43
Binary 10001100 10100010 10001 1110 0 1011010 100100 1000101 1010001 100011

Color Harmonies of #8CA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA211

Black with #8CA211

Text Example


Text Example

White with #8CA211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,162,17); }

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

background-color css

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

 a { background-color: rgb(140,162,17); }

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

border-color css

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

 span { border-color: rgb(140,162,17); }

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