Html Css Color HEX #8A991E Citron

📋 copy color: '#8A991E'

red 138 ◦ green 153 ◦ blue 30

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

Shades of Citron #8A991E

Tints of Citron #8A991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 42.99%
G = 47.66%
B = 9.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#8A991E (or 0x8A991E) is known color: Citron. HEX triplet: 8A, 99 and 1E. RGB value is (138,153,30). Sum of RGB (Red+Green+Blue) = 138+153+30=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #8A991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A991E is #7566E1. Grayscale: #868686. Windows color (decimal): -7694050 or 2005386. OLE color: 2005386.

HSL color Cylindrical-coordinate representation of color #8A991E: hue angle of 67.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A991E is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 153 30 -
CMYK 0.10 0 0.80 0.4
HSL 67.32º 0.67% 0.36% -
HSV(B) 67.32º 0.8% 0.6% -
XYZ 22.11 28.28 5.52 -
YUV 134.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 138 153 30 0.10 0 0.80 0.4 67.32 0.67 0.36
Hex 8A 99 1E A 0 50 28 43 43 24
Octal 212 231 36 12 0 120 50 103 103 44
Binary 10001010 10011001 11110 1010 0 1010000 101000 1000011 1000011 100100

Color Harmonies of #8A991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A991E

Black with #8A991E

Text Example


Text Example

White with #8A991E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,153,30); }

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

background-color css

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

 a { background-color: rgb(138,153,30); }

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

border-color css

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

 span { border-color: rgb(138,153,30); }

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