Html Css Color HEX #A0AB28 Citron

📋 copy color: '#A0AB28'

red 160 ◦ green 171 ◦ blue 40

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

Shades of Citron #A0AB28

Tints of Citron #A0AB28

RGB

 RED value IS 160 (62.89% from 255) = 43.13%

 GREEN value IS 171 (67.19% from 255) = 46.09%

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 43.13%
G = 46.09%
B = 10.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#A0AB28 (or 0xA0AB28) is known color: Citron. HEX triplet: A0, AB and 28. RGB value is (160,171,40). Sum of RGB (Red+Green+Blue) = 160+171+40=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB28 is #5F54D7. Grayscale: #999999. Windows color (decimal): -6247640 or 2665376. OLE color: 2665376.

HSL color Cylindrical-coordinate representation of color #A0AB28: hue angle of 65.04º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0AB28 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 40 -
CMYK 0.06 0 0.77 0.33
HSL 65.04º 0.62% 0.41% -
HSV(B) 65.04º 0.77% 0.67% -
XYZ 29.44 36.75 7.55 -
YUV 152.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 160 171 40 0.06 0 0.77 0.33 65.04 0.62 0.41
Hex A0 AB 28 6 0 4D 21 41 3E 29
Octal 240 253 50 6 0 115 41 101 76 51
Binary 10100000 10101011 101000 110 0 1001101 100001 1000001 111110 101001

Color Harmonies of #A0AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB28

Black with #A0AB28

Text Example


Text Example

White with #A0AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB28; }

 p { color: rgb(160,171,40); }

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

background-color css

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

 a { background-color: rgb(160,171,40); }

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

border-color css

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

 span { border-color: rgb(160,171,40); }

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