Html Css Color HEX #AEB102 Citrus

📋 copy color: '#AEB102'

red 174 ◦ green 177 ◦ blue 2

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

Shades of Citrus #AEB102

Tints of Citrus #AEB102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.14%

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

R = 49.29%
G = 50.14%
B = 0.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AEB102 (or 0xAEB102) is known color: Citrus. HEX triplet: AE, B1 and 02. RGB value is (174,177,2). Sum of RGB (Red+Green+Blue) = 174+177+2=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEB102 is #514EFD. Grayscale: #9C9C9C. Windows color (decimal): -5328638 or 176558. OLE color: 176558.

HSL color Cylindrical-coordinate representation of color #AEB102: hue angle of 61.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEB102 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 2 -
CMYK 0.02 0 0.99 0.31
HSL 61.03º 0.98% 0.35% -
HSV(B) 61.03º 0.99% 0.69% -
XYZ 33.19 40.45 6.12 -
YUV 156.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 174 177 2 0.02 0 0.99 0.31 61.03 0.98 0.35
Hex AE B1 2 2 0 63 1F 3D 62 23
Octal 256 261 2 2 0 143 37 75 142 43
Binary 10101110 10110001 10 10 0 1100011 11111 111101 1100010 100011

Color Harmonies of #AEB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB102

Black with #AEB102

Text Example


Text Example

White with #AEB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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