Html Css Color HEX #AEB802 Citrus

📋 copy color: '#AEB802'

red 174 ◦ green 184 ◦ blue 2

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

Shades of Citrus #AEB802

Tints of Citrus #AEB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.11%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 48.33%
G = 51.11%
B = 0.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#AEB802 (or 0xAEB802) is known color: Citrus. HEX triplet: AE, B8 and 02. RGB value is (174,184,2). Sum of RGB (Red+Green+Blue) = 174+184+2=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB802 is #5147FD. Grayscale: #A0A0A0. Windows color (decimal): -5326846 or 178350. OLE color: 178350.

HSL color Cylindrical-coordinate representation of color #AEB802: hue angle of 63.3º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEB802 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 2 -
CMYK 0.05 0 0.99 0.28
HSL 63.3º 0.98% 0.36% -
HSV(B) 63.3º 0.99% 0.72% -
XYZ 34.61 43.28 6.59 -
YUV 160.26 38.69 137.8 -
System Red Green Blue C M Y K H S L
Decimal 174 184 2 0.05 0 0.99 0.28 63.3 0.98 0.36
Hex AE B8 2 5 0 63 1C 3F 62 24
Octal 256 270 2 5 0 143 34 77 142 44
Binary 10101110 10111000 10 101 0 1100011 11100 111111 1100010 100100

Color Harmonies of #AEB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB802

Black with #AEB802

Text Example


Text Example

White with #AEB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB802; }

 p { color: rgb(174,184,2); }

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

background-color css

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

 a { background-color: rgb(174,184,2); }

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

border-color css

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

 span { border-color: rgb(174,184,2); }

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