Html Css Color HEX #8A9015 Citron

📋 copy color: '#8A9015'

red 138 ◦ green 144 ◦ blue 21

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

Shades of Citron #8A9015

Tints of Citron #8A9015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 45.54%
G = 47.52%
B = 6.93%

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

#8A9015 (or 0x8A9015) is known color: Citron. HEX triplet: 8A, 90 and 15. RGB value is (138,144,21). Sum of RGB (Red+Green+Blue) = 138+144+21=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9015 is #756FEA. Grayscale: #808080. Windows color (decimal): -7696363 or 1413258. OLE color: 1413258.

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

Color convert

RGB 138 144 21 -
CMYK 0.04 0 0.85 0.44
HSL 62.93º 0.75% 0.32% -
HSV(B) 62.93º 0.85% 0.56% -
XYZ 20.59 25.4 4.53 -
YUV 128.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 138 144 21 0.04 0 0.85 0.44 62.93 0.75 0.32
Hex 8A 90 15 4 0 55 2C 3F 4B 20
Octal 212 220 25 4 0 125 54 77 113 40
Binary 10001010 10010000 10101 100 0 1010101 101100 111111 1001011 100000

Color Harmonies of #8A9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9015

Black with #8A9015

Text Example


Text Example

White with #8A9015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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