Html Css Color HEX #AABC08 Citrus

📋 copy color: '#AABC08'

red 170 ◦ green 188 ◦ blue 8

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

Shades of Citrus #AABC08

Tints of Citrus #AABC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 46.45%
G = 51.37%
B = 2.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#AABC08 (or 0xAABC08) is known color: Citrus. HEX triplet: AA, BC and 08. RGB value is (170,188,8). Sum of RGB (Red+Green+Blue) = 170+188+8=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC08 is #5543F7. Grayscale: #A2A2A2. Windows color (decimal): -5587960 or 572586. OLE color: 572586.

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

Color convert

RGB 170 188 8 -
CMYK 0.10 0 0.96 0.26
HSL 66º 0.92% 0.38% -
HSV(B) 66º 0.96% 0.74% -
XYZ 34.6 44.53 7 -
YUV 162.1 41.04 133.64 -
System Red Green Blue C M Y K H S L
Decimal 170 188 8 0.10 0 0.96 0.26 66 0.92 0.38
Hex AA BC 8 A 0 60 1A 42 5C 26
Octal 252 274 10 12 0 140 32 102 134 46
Binary 10101010 10111100 1000 1010 0 1100000 11010 1000010 1011100 100110

Color Harmonies of #AABC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC08

Black with #AABC08

Text Example


Text Example

White with #AABC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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