Html Css Color HEX #8A901C Citron

📋 copy color: '#8A901C'

red 138 ◦ green 144 ◦ blue 28

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

Shades of Citron #8A901C

Tints of Citron #8A901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 44.52%
G = 46.45%
B = 9.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8A901C (or 0x8A901C) is known color: Citron. HEX triplet: 8A, 90 and 1C. RGB value is (138,144,28). Sum of RGB (Red+Green+Blue) = 138+144+28=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #8A901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A901C is #756FE3. Grayscale: #818181. Windows color (decimal): -7696356 or 1872010. OLE color: 1872010.

HSL color Cylindrical-coordinate representation of color #8A901C: hue angle of 63.1º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A901C is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 144 28 -
CMYK 0.04 0 0.81 0.44
HSL 63.1º 0.67% 0.34% -
HSV(B) 63.1º 0.81% 0.56% -
XYZ 20.66 25.43 4.92 -
YUV 128.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 138 144 28 0.04 0 0.81 0.44 63.1 0.67 0.34
Hex 8A 90 1C 4 0 51 2C 3F 43 22
Octal 212 220 34 4 0 121 54 77 103 42
Binary 10001010 10010000 11100 100 0 1010001 101100 111111 1000011 100010

Color Harmonies of #8A901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A901C

Black with #8A901C

Text Example


Text Example

White with #8A901C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,144,28); }

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

background-color css

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

 a { background-color: rgb(138,144,28); }

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

border-color css

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

 span { border-color: rgb(138,144,28); }

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