Html Css Color HEX #AEBA01 Citrus

📋 copy color: '#AEBA01'

red 174 ◦ green 186 ◦ blue 1

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

Shades of Citrus #AEBA01

Tints of Citrus #AEBA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.52%

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

R = 48.2%
G = 51.52%
B = 0.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#AEBA01 (or 0xAEBA01) is known color: Citrus. HEX triplet: AE, BA and 01. RGB value is (174,186,1). Sum of RGB (Red+Green+Blue) = 174+186+1=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA01 is #5145FE. Grayscale: #A2A2A2. Windows color (decimal): -5326335 or 113326. OLE color: 113326.

HSL color Cylindrical-coordinate representation of color #AEBA01: hue angle of 63.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEBA01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 1 -
CMYK 0.06 0 0.99 0.27
HSL 63.89º 0.99% 0.37% -
HSV(B) 63.89º 0.99% 0.73% -
XYZ 35.02 44.12 6.7 -
YUV 161.32 37.52 137.04 -
System Red Green Blue C M Y K H S L
Decimal 174 186 1 0.06 0 0.99 0.27 63.89 0.99 0.37
Hex AE BA 1 6 0 63 1B 40 63 25
Octal 256 272 1 6 0 143 33 100 143 45
Binary 10101110 10111010 1 110 0 1100011 11011 1000000 1100011 100101

Color Harmonies of #AEBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA01

Black with #AEBA01

Text Example


Text Example

White with #AEBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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