Html Css Color HEX #AABC30 Bahia

📋 copy color: '#AABC30'

red 170 ◦ green 188 ◦ blue 48

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

Shades of Bahia #AABC30

Tints of Bahia #AABC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 41.87%
G = 46.31%
B = 11.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#AABC30 (or 0xAABC30) is known color: Bahia. HEX triplet: AA, BC and 30. RGB value is (170,188,48). Sum of RGB (Red+Green+Blue) = 170+188+48=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC30 is #5543CF. Grayscale: #A7A7A7. Windows color (decimal): -5587920 or 3194026. OLE color: 3194026.

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

Color convert

RGB 170 188 48 -
CMYK 0.10 0 0.74 0.26
HSL 67.71º 0.59% 0.46% -
HSV(B) 67.71º 0.74% 0.74% -
XYZ 35.09 44.73 9.58 -
YUV 166.66 61.04 130.38 -
System Red Green Blue C M Y K H S L
Decimal 170 188 48 0.10 0 0.74 0.26 67.71 0.59 0.46
Hex AA BC 30 A 0 4A 1A 44 3B 2E
Octal 252 274 60 12 0 112 32 104 73 56
Binary 10101010 10111100 110000 1010 0 1001010 11010 1000100 111011 101110

Color Harmonies of #AABC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC30

Black with #AABC30

Text Example


Text Example

White with #AABC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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