Html Css Color HEX #ABAE00 Citrus

📋 copy color: '#ABAE00'

red 171 ◦ green 174 ◦ blue 0

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

Shades of Citrus #ABAE00

Tints of Citrus #ABAE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.57%
G = 50.43%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ABAE00 (or 0xABAE00) is known color: Citrus. HEX triplet: AB, AE and 00. RGB value is (171,174,0). Sum of RGB (Red+Green+Blue) = 171+174+0=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE00 is #5451FF. Grayscale: #999999. Windows color (decimal): -5526016 or 44715. OLE color: 44715.

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

Color convert

RGB 171 174 0 -
CMYK 0.02 0 1 0.32
HSL 61.03º 1% 0.34% -
HSV(B) 61.03º 1% 0.68% -
XYZ 31.93 38.93 5.83 -
YUV 153.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 171 174 0 0.02 0 1 0.32 61.03 1 0.34
Hex AB AE 0 2 0 64 20 3D 64 22
Octal 253 256 0 2 0 144 40 75 144 42
Binary 10101011 10101110 0 10 0 1100100 100000 111101 1100100 100010

Color Harmonies of #ABAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE00

Black with #ABAE00

Text Example


Text Example

White with #ABAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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