Html Css Color HEX #8C970A Citron

📋 copy color: '#8C970A'

red 140 ◦ green 151 ◦ blue 10

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

Shades of Citron #8C970A

Tints of Citron #8C970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 46.51%
G = 50.17%
B = 3.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#8C970A (or 0x8C970A) is known color: Citron. HEX triplet: 8C, 97 and 0A. RGB value is (140,151,10). Sum of RGB (Red+Green+Blue) = 140+151+10=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #8C970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C970A is #7368F5. Grayscale: #848484. Windows color (decimal): -7563510 or 694156. OLE color: 694156.

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

Color convert

RGB 140 151 10 -
CMYK 0.07 0 0.93 0.41
HSL 64.68º 0.88% 0.32% -
HSV(B) 64.68º 0.93% 0.59% -
XYZ 21.94 27.73 4.48 -
YUV 131.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 140 151 10 0.07 0 0.93 0.41 64.68 0.88 0.32
Hex 8C 97 A 7 0 5D 29 41 58 20
Octal 214 227 12 7 0 135 51 101 130 40
Binary 10001100 10010111 1010 111 0 1011101 101001 1000001 1011000 100000

Color Harmonies of #8C970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C970A

Black with #8C970A

Text Example


Text Example

White with #8C970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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