Html Css Color HEX #AAC815 Bahia

📋 copy color: '#AAC815'

red 170 ◦ green 200 ◦ blue 21

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

Shades of Bahia #AAC815

Tints of Bahia #AAC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.15%

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 43.48%
G = 51.15%
B = 5.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#AAC815 (or 0xAAC815) is known color: Bahia. HEX triplet: AA, C8 and 15. RGB value is (170,200,21). Sum of RGB (Red+Green+Blue) = 170+200+21=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC815 is #5537EA. Grayscale: #ABABAB. Windows color (decimal): -5584875 or 1427626. OLE color: 1427626.

HSL color Cylindrical-coordinate representation of color #AAC815: hue angle of 70.06º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAC815 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 21 -
CMYK 0.15 0 0.90 0.22
HSL 70.06º 0.81% 0.43% -
HSV(B) 70.06º 0.9% 0.78% -
XYZ 37.37 49.91 8.37 -
YUV 170.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 170 200 21 0.15 0 0.90 0.22 70.06 0.81 0.43
Hex AA C8 15 F 0 5A 16 46 51 2B
Octal 252 310 25 17 0 132 26 106 121 53
Binary 10101010 11001000 10101 1111 0 1011010 10110 1000110 1010001 101011

Color Harmonies of #AAC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC815

Black with #AAC815

Text Example


Text Example

White with #AAC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC815; }

 p { color: rgb(170,200,21); }

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

background-color css

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

 a { background-color: rgb(170,200,21); }

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

border-color css

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

 span { border-color: rgb(170,200,21); }

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