Html Css Color HEX #8A8D19 Citron

📋 copy color: '#8A8D19'

red 138 ◦ green 141 ◦ blue 25

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

Shades of Citron #8A8D19

Tints of Citron #8A8D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.38%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 45.39%
G = 46.38%
B = 8.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8A8D19 (or 0x8A8D19) is known color: Citron. HEX triplet: 8A, 8D and 19. RGB value is (138,141,25). Sum of RGB (Red+Green+Blue) = 138+141+25=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8D19 is #7572E6. Grayscale: #7F7F7F. Windows color (decimal): -7697127 or 1674634. OLE color: 1674634.

HSL color Cylindrical-coordinate representation of color #8A8D19: hue angle of 61.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A8D19 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 141 25 -
CMYK 0.02 0 0.82 0.45
HSL 61.55º 0.7% 0.33% -
HSV(B) 61.55º 0.82% 0.55% -
XYZ 20.18 24.52 4.59 -
YUV 126.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 138 141 25 0.02 0 0.82 0.45 61.55 0.7 0.33
Hex 8A 8D 19 2 0 52 2D 3E 46 21
Octal 212 215 31 2 0 122 55 76 106 41
Binary 10001010 10001101 11001 10 0 1010010 101101 111110 1000110 100001

Color Harmonies of #8A8D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D19

Black with #8A8D19

Text Example


Text Example

White with #8A8D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,141,25); }

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

background-color css

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

 a { background-color: rgb(138,141,25); }

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

border-color css

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

 span { border-color: rgb(138,141,25); }

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