Html Css Color HEX #8A9016 Citron

📋 copy color: '#8A9016'

red 138 ◦ green 144 ◦ blue 22

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

Shades of Citron #8A9016

Tints of Citron #8A9016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 45.39%
G = 47.37%
B = 7.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8A9016 (or 0x8A9016) is known color: Citron. HEX triplet: 8A, 90 and 16. RGB value is (138,144,22). Sum of RGB (Red+Green+Blue) = 138+144+22=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9016 is #756FE9. Grayscale: #808080. Windows color (decimal): -7696362 or 1478794. OLE color: 1478794.

HSL color Cylindrical-coordinate representation of color #8A9016: hue angle of 62.95º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A9016 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 144 22 -
CMYK 0.04 0 0.85 0.44
HSL 62.95º 0.73% 0.33% -
HSV(B) 62.95º 0.85% 0.56% -
XYZ 20.6 25.41 4.58 -
YUV 128.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 138 144 22 0.04 0 0.85 0.44 62.95 0.73 0.33
Hex 8A 90 16 4 0 55 2C 3F 49 21
Octal 212 220 26 4 0 125 54 77 111 41
Binary 10001010 10010000 10110 100 0 1010101 101100 111111 1001001 100001

Color Harmonies of #8A9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9016

Black with #8A9016

Text Example


Text Example

White with #8A9016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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