Html Css Color HEX #AABD03 Citrus

📋 copy color: '#AABD03'

red 170 ◦ green 189 ◦ blue 3

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

Shades of Citrus #AABD03

Tints of Citrus #AABD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.21%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 46.96%
G = 52.21%
B = 0.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#AABD03 (or 0xAABD03) is known color: Citrus. HEX triplet: AA, BD and 03. RGB value is (170,189,3). Sum of RGB (Red+Green+Blue) = 170+189+3=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD03 is #5542FC. Grayscale: #A2A2A2. Windows color (decimal): -5587709 or 245162. OLE color: 245162.

HSL color Cylindrical-coordinate representation of color #AABD03: hue angle of 66.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AABD03 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 3 -
CMYK 0.10 0 0.98 0.26
HSL 66.13º 0.97% 0.38% -
HSV(B) 66.13º 0.98% 0.74% -
XYZ 34.79 44.95 6.93 -
YUV 162.12 38.21 133.62 -
System Red Green Blue C M Y K H S L
Decimal 170 189 3 0.10 0 0.98 0.26 66.13 0.97 0.38
Hex AA BD 3 A 0 62 1A 42 61 26
Octal 252 275 3 12 0 142 32 102 141 46
Binary 10101010 10111101 11 1010 0 1100010 11010 1000010 1100001 100110

Color Harmonies of #AABD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD03

Black with #AABD03

Text Example


Text Example

White with #AABD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD03; }

 p { color: rgb(170,189,3); }

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

background-color css

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

 a { background-color: rgb(170,189,3); }

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

border-color css

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

 span { border-color: rgb(170,189,3); }

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