Html Css Color HEX #AEAB00 Citrus

📋 copy color: '#AEAB00'

red 174 ◦ green 171 ◦ blue 0

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

Shades of Citrus #AEAB00

Tints of Citrus #AEAB00

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AEAB00: hue angle of 58.97º 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 #AEAB00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 0 -
CMYK 0 0.02 1 0.32
HSL 58.97º 1% 0.34% -
HSV(B) 58.97º 1% 0.68% -
XYZ 32.02 38.12 5.67 -
YUV 152.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 174 171 0 0 0.02 1 0.32 58.97 1 0.34
Hex AE AB 0 0 2 64 20 3B 64 22
Octal 256 253 0 0 2 144 40 73 144 42
Binary 10101110 10101011 0 0 10 1100100 100000 111011 1100100 100010

Color Harmonies of #AEAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB00

Black with #AEAB00

Text Example


Text Example

White with #AEAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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