Html Css Color HEX #AEB900 Citrus

📋 copy color: '#AEB900'

red 174 ◦ green 185 ◦ blue 0

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

Shades of Citrus #AEB900

Tints of Citrus #AEB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.53%

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

R = 48.47%
G = 51.53%
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

#AEB900 (or 0xAEB900) is known color: Citrus. HEX triplet: AE, B9 and 00. RGB value is (174,185,0). Sum of RGB (Red+Green+Blue) = 174+185+0=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB900 is #5146FF. Grayscale: #A1A1A1. Windows color (decimal): -5326592 or 47534. OLE color: 47534.

HSL color Cylindrical-coordinate representation of color #AEB900: hue angle of 63.57º 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 #AEB900 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 0 -
CMYK 0.06 0 1 0.27
HSL 63.57º 1% 0.36% -
HSV(B) 63.57º 1% 0.73% -
XYZ 34.8 43.7 6.6 -
YUV 160.62 37.36 137.54 -
System Red Green Blue C M Y K H S L
Decimal 174 185 0 0.06 0 1 0.27 63.57 1 0.36
Hex AE B9 0 6 0 64 1B 40 64 24
Octal 256 271 0 6 0 144 33 100 144 44
Binary 10101110 10111001 0 110 0 1100100 11011 1000000 1100100 100100

Color Harmonies of #AEB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB900

Black with #AEB900

Text Example


Text Example

White with #AEB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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