Html Css Color HEX #8A9710 Citron

📋 copy color: '#8A9710'

red 138 ◦ green 151 ◦ blue 16

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

Shades of Citron #8A9710

Tints of Citron #8A9710

RGB

 RED value IS 138 (54.3% from 255) = 45.25%

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

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 45.25%
G = 49.51%
B = 5.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#8A9710 (or 0x8A9710) is known color: Citron. HEX triplet: 8A, 97 and 10. RGB value is (138,151,16). Sum of RGB (Red+Green+Blue) = 138+151+16=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9710 is #7568EF. Grayscale: #848484. Windows color (decimal): -7694576 or 1087370. OLE color: 1087370.

HSL color Cylindrical-coordinate representation of color #8A9710: hue angle of 65.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A9710 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 151 16 -
CMYK 0.09 0 0.89 0.41
HSL 65.78º 0.81% 0.33% -
HSV(B) 65.78º 0.89% 0.59% -
XYZ 21.64 27.57 4.67 -
YUV 131.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 138 151 16 0.09 0 0.89 0.41 65.78 0.81 0.33
Hex 8A 97 10 9 0 59 29 42 51 21
Octal 212 227 20 11 0 131 51 102 121 41
Binary 10001010 10010111 10000 1001 0 1011001 101001 1000010 1010001 100001

Color Harmonies of #8A9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9710

Black with #8A9710

Text Example


Text Example

White with #8A9710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,151,16); }

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

background-color css

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

 a { background-color: rgb(138,151,16); }

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

border-color css

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

 span { border-color: rgb(138,151,16); }

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