Html Css Color HEX #AABC06 Citrus

📋 copy color: '#AABC06'

red 170 ◦ green 188 ◦ blue 6

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

Shades of Citrus #AABC06

Tints of Citrus #AABC06

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.65%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 46.7%
G = 51.65%
B = 1.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#AABC06 (or 0xAABC06) is known color: Citrus. HEX triplet: AA, BC and 06. RGB value is (170,188,6). Sum of RGB (Red+Green+Blue) = 170+188+6=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC06 is #5543F9. Grayscale: #A2A2A2. Windows color (decimal): -5587962 or 441514. OLE color: 441514.

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

Color convert

RGB 170 188 6 -
CMYK 0.10 0 0.97 0.26
HSL 65.93º 0.94% 0.38% -
HSV(B) 65.93º 0.97% 0.74% -
XYZ 34.59 44.53 6.94 -
YUV 161.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 170 188 6 0.10 0 0.97 0.26 65.93 0.94 0.38
Hex AA BC 6 A 0 61 1A 42 5E 26
Octal 252 274 6 12 0 141 32 102 136 46
Binary 10101010 10111100 110 1010 0 1100001 11010 1000010 1011110 100110

Color Harmonies of #AABC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC06

Black with #AABC06

Text Example


Text Example

White with #AABC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC06; }

 p { color: rgb(170,188,6); }

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

background-color css

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

 a { background-color: rgb(170,188,6); }

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

border-color css

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

 span { border-color: rgb(170,188,6); }

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