Html Css Color HEX #AABB25 Bahia

📋 copy color: '#AABB25'

red 170 ◦ green 187 ◦ blue 37

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

Shades of Bahia #AABB25

Tints of Bahia #AABB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.39%

R = 43.15%
G = 47.46%
B = 9.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#AABB25 (or 0xAABB25) is known color: Bahia. HEX triplet: AA, BB and 25. RGB value is (170,187,37). Sum of RGB (Red+Green+Blue) = 170+187+37=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB25 is #5544DA. Grayscale: #A5A5A5. Windows color (decimal): -5588187 or 2472874. OLE color: 2472874.

HSL color Cylindrical-coordinate representation of color #AABB25: hue angle of 66.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AABB25 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 37 -
CMYK 0.09 0 0.80 0.27
HSL 66.8º 0.67% 0.44% -
HSV(B) 66.8º 0.8% 0.73% -
XYZ 34.68 44.22 8.46 -
YUV 164.82 55.87 131.7 -
System Red Green Blue C M Y K H S L
Decimal 170 187 37 0.09 0 0.80 0.27 66.8 0.67 0.44
Hex AA BB 25 9 0 50 1B 43 43 2C
Octal 252 273 45 11 0 120 33 103 103 54
Binary 10101010 10111011 100101 1001 0 1010000 11011 1000011 1000011 101100

Color Harmonies of #AABB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB25

Black with #AABB25

Text Example


Text Example

White with #AABB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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