Html Css Color HEX #AEB302 Citrus

📋 copy color: '#AEB302'

red 174 ◦ green 179 ◦ blue 2

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

Shades of Citrus #AEB302

Tints of Citrus #AEB302

RGB

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

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

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

R = 49.01%
G = 50.42%
B = 0.56%

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

#AEB302 (or 0xAEB302) is known color: Citrus. HEX triplet: AE, B3 and 02. RGB value is (174,179,2). Sum of RGB (Red+Green+Blue) = 174+179+2=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB302 is #514CFD. Grayscale: #9E9E9E. Windows color (decimal): -5328126 or 177070. OLE color: 177070.

HSL color Cylindrical-coordinate representation of color #AEB302: hue angle of 61.69º degrees, saturation: 0.98, 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 #AEB302 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 2 -
CMYK 0.03 0 0.99 0.30
HSL 61.69º 0.98% 0.35% -
HSV(B) 61.69º 0.99% 0.7% -
XYZ 33.59 41.24 6.25 -
YUV 157.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 174 179 2 0.03 0 0.99 0.30 61.69 0.98 0.35
Hex AE B3 2 3 0 63 1E 3E 62 23
Octal 256 263 2 3 0 143 36 76 142 43
Binary 10101110 10110011 10 11 0 1100011 11110 111110 1100010 100011

Color Harmonies of #AEB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB302

Black with #AEB302

Text Example


Text Example

White with #AEB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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