Html Css Color HEX #8C971A Citron

📋 copy color: '#8C971A'

red 140 ◦ green 151 ◦ blue 26

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

Shades of Citron #8C971A

Tints of Citron #8C971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 44.16%
G = 47.63%
B = 8.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#8C971A (or 0x8C971A) is known color: Citron. HEX triplet: 8C, 97 and 1A. RGB value is (140,151,26). Sum of RGB (Red+Green+Blue) = 140+151+26=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #8C971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C971A is #7368E5. Grayscale: #858585. Windows color (decimal): -7563494 or 1742732. OLE color: 1742732.

HSL color Cylindrical-coordinate representation of color #8C971A: hue angle of 65.28º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C971A is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 151 26 -
CMYK 0.07 0 0.83 0.41
HSL 65.28º 0.71% 0.35% -
HSV(B) 65.28º 0.83% 0.59% -
XYZ 22.07 27.78 5.18 -
YUV 133.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 140 151 26 0.07 0 0.83 0.41 65.28 0.71 0.35
Hex 8C 97 1A 7 0 53 29 41 47 23
Octal 214 227 32 7 0 123 51 101 107 43
Binary 10001100 10010111 11010 111 0 1010011 101001 1000001 1000111 100011

Color Harmonies of #8C971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C971A

Black with #8C971A

Text Example


Text Example

White with #8C971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,26); }

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

background-color css

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

 a { background-color: rgb(140,151,26); }

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

border-color css

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

 span { border-color: rgb(140,151,26); }

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