Html Css Color HEX #AABE25 Bahia

📋 copy color: '#AABE25'

red 170 ◦ green 190 ◦ blue 37

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

Shades of Bahia #AABE25

Tints of Bahia #AABE25

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.86%

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

R = 42.82%
G = 47.86%
B = 9.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#AABE25 (or 0xAABE25) is known color: Bahia. HEX triplet: AA, BE and 25. RGB value is (170,190,37). Sum of RGB (Red+Green+Blue) = 170+190+37=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE25 is #5541DA. Grayscale: #A7A7A7. Windows color (decimal): -5587419 or 2473642. OLE color: 2473642.

HSL color Cylindrical-coordinate representation of color #AABE25: hue angle of 67.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AABE25 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 37 -
CMYK 0.11 0 0.81 0.25
HSL 67.84º 0.67% 0.45% -
HSV(B) 67.84º 0.81% 0.75% -
XYZ 35.32 45.51 8.67 -
YUV 166.58 54.87 130.44 -
System Red Green Blue C M Y K H S L
Decimal 170 190 37 0.11 0 0.81 0.25 67.84 0.67 0.45
Hex AA BE 25 B 0 51 19 44 43 2D
Octal 252 276 45 13 0 121 31 104 103 55
Binary 10101010 10111110 100101 1011 0 1010001 11001 1000100 1000011 101101

Color Harmonies of #AABE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE25

Black with #AABE25

Text Example


Text Example

White with #AABE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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