Html Css Color HEX #8A9712 Citron

📋 copy color: '#8A9712'

red 138 ◦ green 151 ◦ blue 18

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

Shades of Citron #8A9712

Tints of Citron #8A9712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 44.95%
G = 49.19%
B = 5.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#8A9712 (or 0x8A9712) is known color: Citron. HEX triplet: 8A, 97 and 12. RGB value is (138,151,18). Sum of RGB (Red+Green+Blue) = 138+151+18=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9712 is #7568ED. Grayscale: #848484. Windows color (decimal): -7694574 or 1218442. OLE color: 1218442.

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

Color convert

RGB 138 151 18 -
CMYK 0.09 0 0.88 0.41
HSL 65.86º 0.79% 0.33% -
HSV(B) 65.86º 0.88% 0.59% -
XYZ 21.66 27.58 4.75 -
YUV 131.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 138 151 18 0.09 0 0.88 0.41 65.86 0.79 0.33
Hex 8A 97 12 9 0 58 29 42 4F 21
Octal 212 227 22 11 0 130 51 102 117 41
Binary 10001010 10010111 10010 1001 0 1011000 101001 1000010 1001111 100001

Color Harmonies of #8A9712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9712

Black with #8A9712

Text Example


Text Example

White with #8A9712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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