Html Css Color HEX #AEB401 Citrus

📋 copy color: '#AEB401'

red 174 ◦ green 180 ◦ blue 1

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

Shades of Citrus #AEB401

Tints of Citrus #AEB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.7%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 49.01%
G = 50.7%
B = 0.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#AEB401 (or 0xAEB401) is known color: Citrus. HEX triplet: AE, B4 and 01. RGB value is (174,180,1). Sum of RGB (Red+Green+Blue) = 174+180+1=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB401 is #514BFE. Grayscale: #9E9E9E. Windows color (decimal): -5327871 or 111790. OLE color: 111790.

HSL color Cylindrical-coordinate representation of color #AEB401: hue angle of 62.01º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEB401 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 1 -
CMYK 0.03 0 0.99 0.29
HSL 62.01º 0.99% 0.35% -
HSV(B) 62.01º 0.99% 0.71% -
XYZ 33.78 41.64 6.29 -
YUV 157.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 174 180 1 0.03 0 0.99 0.29 62.01 0.99 0.35
Hex AE B4 1 3 0 63 1D 3E 63 23
Octal 256 264 1 3 0 143 35 76 143 43
Binary 10101110 10110100 1 11 0 1100011 11101 111110 1100011 100011

Color Harmonies of #AEB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB401

Black with #AEB401

Text Example


Text Example

White with #AEB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB401; }

 p { color: rgb(174,180,1); }

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

background-color css

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

 a { background-color: rgb(174,180,1); }

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

border-color css

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

 span { border-color: rgb(174,180,1); }

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