Html Css Color HEX #8A9417 Citron

📋 copy color: '#8A9417'

red 138 ◦ green 148 ◦ blue 23

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

Shades of Citron #8A9417

Tints of Citron #8A9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 44.66%
G = 47.9%
B = 7.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#8A9417 (or 0x8A9417) is known color: Citron. HEX triplet: 8A, 94 and 17. RGB value is (138,148,23). Sum of RGB (Red+Green+Blue) = 138+148+23=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9417 is #756BE8. Grayscale: #838383. Windows color (decimal): -7695337 or 1545354. OLE color: 1545354.

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

Color convert

RGB 138 148 23 -
CMYK 0.07 0 0.84 0.42
HSL 64.8º 0.73% 0.34% -
HSV(B) 64.8º 0.84% 0.58% -
XYZ 21.23 26.64 4.83 -
YUV 130.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 138 148 23 0.07 0 0.84 0.42 64.8 0.73 0.34
Hex 8A 94 17 7 0 54 2A 41 49 22
Octal 212 224 27 7 0 124 52 101 111 42
Binary 10001010 10010100 10111 111 0 1010100 101010 1000001 1001001 100010

Color Harmonies of #8A9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9417

Black with #8A9417

Text Example


Text Example

White with #8A9417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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