Html Css Color HEX #ABA90D Citrus

📋 copy color: '#ABA90D'

red 171 ◦ green 169 ◦ blue 13

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

Shades of Citrus #ABA90D

Tints of Citrus #ABA90D

RGB

 RED value IS 171 (67.19% from 255) = 48.44%

 GREEN value IS 169 (66.41% from 255) = 47.88%

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 48.44%
G = 47.88%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA90D (or 0xABA90D) is known color: Citrus. HEX triplet: AB, A9 and 0D. RGB value is (171,169,13). Sum of RGB (Red+Green+Blue) = 171+169+13=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA90D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA90D is #5456F2. Grayscale: #989898. Windows color (decimal): -5527283 or 895403. OLE color: 895403.

HSL color Cylindrical-coordinate representation of color #ABA90D: hue angle of 59.24º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABA90D is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 13 -
CMYK 0 0.01 0.92 0.33
HSL 59.24º 0.86% 0.36% -
HSV(B) 59.24º 0.92% 0.67% -
XYZ 31.06 37.06 5.9 -
YUV 151.81 49.66 141.68 -
System Red Green Blue C M Y K H S L
Decimal 171 169 13 0 0.01 0.92 0.33 59.24 0.86 0.36
Hex AB A9 D 0 1 5C 21 3B 56 24
Octal 253 251 15 0 1 134 41 73 126 44
Binary 10101011 10101001 1101 0 1 1011100 100001 111011 1010110 100100

Color Harmonies of #ABA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA90D

Black with #ABA90D

Text Example


Text Example

White with #ABA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA90D; }

 p { color: rgb(171,169,13); }

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

background-color css

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

 a { background-color: rgb(171,169,13); }

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

border-color css

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

 span { border-color: rgb(171,169,13); }

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