Html Css Color HEX #AEB301 Citrus

📋 copy color: '#AEB301'

red 174 ◦ green 179 ◦ blue 1

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

Shades of Citrus #AEB301

Tints of Citrus #AEB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.56%

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

R = 49.15%
G = 50.56%
B = 0.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#AEB301 (or 0xAEB301) is known color: Citrus. HEX triplet: AE, B3 and 01. RGB value is (174,179,1). Sum of RGB (Red+Green+Blue) = 174+179+1=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB301 is #514CFE. Grayscale: #9D9D9D. Windows color (decimal): -5328127 or 111534. OLE color: 111534.

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

Color convert

RGB 174 179 1 -
CMYK 0.03 0 0.99 0.30
HSL 61.69º 0.99% 0.35% -
HSV(B) 61.69º 0.99% 0.7% -
XYZ 33.58 41.24 6.22 -
YUV 157.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 174 179 1 0.03 0 0.99 0.30 61.69 0.99 0.35
Hex AE B3 1 3 0 63 1E 3E 63 23
Octal 256 263 1 3 0 143 36 76 143 43
Binary 10101110 10110011 1 11 0 1100011 11110 111110 1100011 100011

Color Harmonies of #AEB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB301

Black with #AEB301

Text Example


Text Example

White with #AEB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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