Html Css Color HEX #ABAE13 Citrus

📋 copy color: '#ABAE13'

red 171 ◦ green 174 ◦ blue 19

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

Shades of Citrus #ABAE13

Tints of Citrus #ABAE13

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.8%

 BLUE value IS 19 (7.81% from 255) = 5.22%

R = 46.98%
G = 47.8%
B = 5.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#ABAE13 (or 0xABAE13) is known color: Citrus. HEX triplet: AB, AE and 13. RGB value is (171,174,19). Sum of RGB (Red+Green+Blue) = 171+174+19=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE13 is #5451EC. Grayscale: #9C9C9C. Windows color (decimal): -5525997 or 1289899. OLE color: 1289899.

HSL color Cylindrical-coordinate representation of color #ABAE13: hue angle of 61.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABAE13 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 19 -
CMYK 0.02 0 0.89 0.32
HSL 61.16º 0.8% 0.38% -
HSV(B) 61.16º 0.89% 0.68% -
XYZ 32.05 38.98 6.45 -
YUV 155.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 171 174 19 0.02 0 0.89 0.32 61.16 0.8 0.38
Hex AB AE 13 2 0 59 20 3D 50 26
Octal 253 256 23 2 0 131 40 75 120 46
Binary 10101011 10101110 10011 10 0 1011001 100000 111101 1010000 100110

Color Harmonies of #ABAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE13

Black with #ABAE13

Text Example


Text Example

White with #ABAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE13; }

 p { color: rgb(171,174,19); }

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

background-color css

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

 a { background-color: rgb(171,174,19); }

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

border-color css

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

 span { border-color: rgb(171,174,19); }

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