Html Css Color HEX #8A9221 Citron

📋 copy color: '#8A9221'

red 138 ◦ green 146 ◦ blue 33

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

Shades of Citron #8A9221

Tints of Citron #8A9221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 43.53%
G = 46.06%
B = 10.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#8A9221 (or 0x8A9221) is known color: Citron. HEX triplet: 8A, 92 and 21. RGB value is (138,146,33). Sum of RGB (Red+Green+Blue) = 138+146+33=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9221 is #756DDE. Grayscale: #838383. Windows color (decimal): -7695839 or 2200202. OLE color: 2200202.

HSL color Cylindrical-coordinate representation of color #8A9221: hue angle of 64.25º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A9221 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 146 33 -
CMYK 0.05 0 0.77 0.43
HSL 64.25º 0.63% 0.35% -
HSV(B) 64.25º 0.77% 0.57% -
XYZ 21.03 26.07 5.36 -
YUV 130.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 138 146 33 0.05 0 0.77 0.43 64.25 0.63 0.35
Hex 8A 92 21 5 0 4D 2B 40 3F 23
Octal 212 222 41 5 0 115 53 100 77 43
Binary 10001010 10010010 100001 101 0 1001101 101011 1000000 111111 100011

Color Harmonies of #8A9221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9221

Black with #8A9221

Text Example


Text Example

White with #8A9221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,146,33); }

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

background-color css

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

 a { background-color: rgb(138,146,33); }

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

border-color css

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

 span { border-color: rgb(138,146,33); }

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