Html Css Color HEX #AAB905 Citrus

📋 copy color: '#AAB905'

red 170 ◦ green 185 ◦ blue 5

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

Shades of Citrus #AAB905

Tints of Citrus #AAB905

RGB

 RED value IS 170 (66.8% from 255) = 47.22%

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 47.22%
G = 51.39%
B = 1.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#AAB905 (or 0xAAB905) is known color: Citrus. HEX triplet: AA, B9 and 05. RGB value is (170,185,5). Sum of RGB (Red+Green+Blue) = 170+185+5=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB905 is #5546FA. Grayscale: #A0A0A0. Windows color (decimal): -5588731 or 375210. OLE color: 375210.

HSL color Cylindrical-coordinate representation of color #AAB905: hue angle of 65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB905 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 5 -
CMYK 0.08 0 0.97 0.27
HSL 65º 0.95% 0.37% -
HSV(B) 65º 0.97% 0.73% -
XYZ 33.95 43.25 6.7 -
YUV 160 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 170 185 5 0.08 0 0.97 0.27 65 0.95 0.37
Hex AA B9 5 8 0 61 1B 41 5F 25
Octal 252 271 5 10 0 141 33 101 137 45
Binary 10101010 10111001 101 1000 0 1100001 11011 1000001 1011111 100101

Color Harmonies of #AAB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB905

Black with #AAB905

Text Example


Text Example

White with #AAB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB905; }

 p { color: rgb(170,185,5); }

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

background-color css

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

 a { background-color: rgb(170,185,5); }

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

border-color css

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

 span { border-color: rgb(170,185,5); }

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