Html Css Color HEX #AABC21 Bahia

📋 copy color: '#AABC21'

red 170 ◦ green 188 ◦ blue 33

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

Shades of Bahia #AABC21

Tints of Bahia #AABC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 43.48%
G = 48.08%
B = 8.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#AABC21 (or 0xAABC21) is known color: Bahia. HEX triplet: AA, BC and 21. RGB value is (170,188,33). Sum of RGB (Red+Green+Blue) = 170+188+33=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC21 is #5543DE. Grayscale: #A5A5A5. Windows color (decimal): -5587935 or 2210986. OLE color: 2210986.

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

Color convert

RGB 170 188 33 -
CMYK 0.10 0 0.82 0.26
HSL 66.97º 0.7% 0.43% -
HSV(B) 66.97º 0.82% 0.74% -
XYZ 34.84 44.62 8.22 -
YUV 164.95 53.54 131.6 -
System Red Green Blue C M Y K H S L
Decimal 170 188 33 0.10 0 0.82 0.26 66.97 0.7 0.43
Hex AA BC 21 A 0 52 1A 43 46 2B
Octal 252 274 41 12 0 122 32 103 106 53
Binary 10101010 10111100 100001 1010 0 1010010 11010 1000011 1000110 101011

Color Harmonies of #AABC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC21

Black with #AABC21

Text Example


Text Example

White with #AABC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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