Html Css Color HEX #AABB30 Bahia

📋 copy color: '#AABB30'

red 170 ◦ green 187 ◦ blue 48

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

Shades of Bahia #AABB30

Tints of Bahia #AABB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.17%

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

R = 41.98%
G = 46.17%
B = 11.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AABB30 (or 0xAABB30) is known color: Bahia. HEX triplet: AA, BB and 30. RGB value is (170,187,48). Sum of RGB (Red+Green+Blue) = 170+187+48=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB30 is #5544CF. Grayscale: #A6A6A6. Windows color (decimal): -5588176 or 3193770. OLE color: 3193770.

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

Color convert

RGB 170 187 48 -
CMYK 0.09 0 0.74 0.27
HSL 67.34º 0.59% 0.46% -
HSV(B) 67.34º 0.74% 0.73% -
XYZ 34.88 44.3 9.51 -
YUV 166.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 170 187 48 0.09 0 0.74 0.27 67.34 0.59 0.46
Hex AA BB 30 9 0 4A 1B 43 3B 2E
Octal 252 273 60 11 0 112 33 103 73 56
Binary 10101010 10111011 110000 1001 0 1001010 11011 1000011 111011 101110

Color Harmonies of #AABB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB30

Black with #AABB30

Text Example


Text Example

White with #AABB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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