Html Css Color HEX #8A900E Citron

📋 copy color: '#8A900E'

red 138 ◦ green 144 ◦ blue 14

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

Shades of Citron #8A900E

Tints of Citron #8A900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.65%

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 46.62%
G = 48.65%
B = 4.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8A900E (or 0x8A900E) is known color: Citron. HEX triplet: 8A, 90 and 0E. RGB value is (138,144,14). Sum of RGB (Red+Green+Blue) = 138+144+14=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #8A900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A900E is #756FF1. Grayscale: #7F7F7F. Windows color (decimal): -7696370 or 954506. OLE color: 954506.

HSL color Cylindrical-coordinate representation of color #8A900E: hue angle of 62.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A900E is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 144 14 -
CMYK 0.04 0 0.90 0.44
HSL 62.77º 0.82% 0.31% -
HSV(B) 62.77º 0.9% 0.56% -
XYZ 20.53 25.38 4.23 -
YUV 127.39 64.01 135.57 -
System Red Green Blue C M Y K H S L
Decimal 138 144 14 0.04 0 0.90 0.44 62.77 0.82 0.31
Hex 8A 90 E 4 0 5A 2C 3F 52 1F
Octal 212 220 16 4 0 132 54 77 122 37
Binary 10001010 10010000 1110 100 0 1011010 101100 111111 1010010 11111

Color Harmonies of #8A900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A900E

Black with #8A900E

Text Example


Text Example

White with #8A900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,144,14); }

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

background-color css

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

 a { background-color: rgb(138,144,14); }

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

border-color css

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

 span { border-color: rgb(138,144,14); }

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