Html Css Color HEX #8A8D17 Citron

📋 copy color: '#8A8D17'

red 138 ◦ green 141 ◦ blue 23

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

Shades of Citron #8A8D17

Tints of Citron #8A8D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.62%

R = 45.7%
G = 46.69%
B = 7.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8A8D17 (or 0x8A8D17) is known color: Citron. HEX triplet: 8A, 8D and 17. RGB value is (138,141,23). Sum of RGB (Red+Green+Blue) = 138+141+23=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8D17 is #7572E8. Grayscale: #7F7F7F. Windows color (decimal): -7697129 or 1543562. OLE color: 1543562.

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

Color convert

RGB 138 141 23 -
CMYK 0.02 0 0.84 0.45
HSL 61.53º 0.72% 0.32% -
HSV(B) 61.53º 0.84% 0.55% -
XYZ 20.16 24.51 4.48 -
YUV 126.65 69.51 136.09 -
System Red Green Blue C M Y K H S L
Decimal 138 141 23 0.02 0 0.84 0.45 61.53 0.72 0.32
Hex 8A 8D 17 2 0 54 2D 3E 48 20
Octal 212 215 27 2 0 124 55 76 110 40
Binary 10001010 10001101 10111 10 0 1010100 101101 111110 1001000 100000

Color Harmonies of #8A8D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D17

Black with #8A8D17

Text Example


Text Example

White with #8A8D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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