Html Css Color HEX #8A9514 Citron

📋 copy color: '#8A9514'

red 138 ◦ green 149 ◦ blue 20

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

Shades of Citron #8A9514

Tints of Citron #8A9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.53%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 44.95%
G = 48.53%
B = 6.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#8A9514 (or 0x8A9514) is known color: Citron. HEX triplet: 8A, 95 and 14. RGB value is (138,149,20). Sum of RGB (Red+Green+Blue) = 138+149+20=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9514 is #756AEB. Grayscale: #838383. Windows color (decimal): -7695084 or 1349002. OLE color: 1349002.

HSL color Cylindrical-coordinate representation of color #8A9514: hue angle of 65.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A9514 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 149 20 -
CMYK 0.07 0 0.87 0.42
HSL 65.12º 0.76% 0.33% -
HSV(B) 65.12º 0.87% 0.58% -
XYZ 21.35 26.95 4.74 -
YUV 131.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 138 149 20 0.07 0 0.87 0.42 65.12 0.76 0.33
Hex 8A 95 14 7 0 57 2A 41 4C 21
Octal 212 225 24 7 0 127 52 101 114 41
Binary 10001010 10010101 10100 111 0 1010111 101010 1000001 1001100 100001

Color Harmonies of #8A9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9514

Black with #8A9514

Text Example


Text Example

White with #8A9514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,149,20); }

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

background-color css

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

 a { background-color: rgb(138,149,20); }

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

border-color css

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

 span { border-color: rgb(138,149,20); }

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