Html Css Color HEX #AEBA00 Citrus

📋 copy color: '#AEBA00'

red 174 ◦ green 186 ◦ blue 0

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

Shades of Citrus #AEBA00

Tints of Citrus #AEBA00

RGB

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

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

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

R = 48.33%
G = 51.67%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#AEBA00 (or 0xAEBA00) is known color: Citrus. HEX triplet: AE, BA and 00. RGB value is (174,186,0). Sum of RGB (Red+Green+Blue) = 174+186+0=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA00 is #5145FF. Grayscale: #A1A1A1. Windows color (decimal): -5326336 or 47790. OLE color: 47790.

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

Color convert

RGB 174 186 0 -
CMYK 0.06 0 1 0.27
HSL 63.87º 1% 0.36% -
HSV(B) 63.87º 1% 0.73% -
XYZ 35.01 44.12 6.67 -
YUV 161.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 174 186 0 0.06 0 1 0.27 63.87 1 0.36
Hex AE BA 0 6 0 64 1B 40 64 24
Octal 256 272 0 6 0 144 33 100 144 44
Binary 10101110 10111010 0 110 0 1100100 11011 1000000 1100100 100100

Color Harmonies of #AEBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA00

Black with #AEBA00

Text Example


Text Example

White with #AEBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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