Html Css Color HEX #AEB501 Citrus

📋 copy color: '#AEB501'

red 174 ◦ green 181 ◦ blue 1

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

Shades of Citrus #AEB501

Tints of Citrus #AEB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.84%

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

R = 48.88%
G = 50.84%
B = 0.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#AEB501 (or 0xAEB501) is known color: Citrus. HEX triplet: AE, B5 and 01. RGB value is (174,181,1). Sum of RGB (Red+Green+Blue) = 174+181+1=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB501 is #514AFE. Grayscale: #9F9F9F. Windows color (decimal): -5327615 or 112046. OLE color: 112046.

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

Color convert

RGB 174 181 1 -
CMYK 0.04 0 0.99 0.29
HSL 62.33º 0.99% 0.36% -
HSV(B) 62.33º 0.99% 0.71% -
XYZ 33.98 42.05 6.35 -
YUV 158.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 174 181 1 0.04 0 0.99 0.29 62.33 0.99 0.36
Hex AE B5 1 4 0 63 1D 3E 63 24
Octal 256 265 1 4 0 143 35 76 143 44
Binary 10101110 10110101 1 100 0 1100011 11101 111110 1100011 100100

Color Harmonies of #AEB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB501

Black with #AEB501

Text Example


Text Example

White with #AEB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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