Html Css Color HEX #AABC26 Bahia

📋 copy color: '#AABC26'

red 170 ◦ green 188 ◦ blue 38

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

Shades of Bahia #AABC26

Tints of Bahia #AABC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.6%

R = 42.93%
G = 47.47%
B = 9.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#AABC26 (or 0xAABC26) is known color: Bahia. HEX triplet: AA, BC and 26. RGB value is (170,188,38). Sum of RGB (Red+Green+Blue) = 170+188+38=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC26 is #5543D9. Grayscale: #A6A6A6. Windows color (decimal): -5587930 or 2538666. OLE color: 2538666.

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

Color convert

RGB 170 188 38 -
CMYK 0.10 0 0.80 0.26
HSL 67.2º 0.66% 0.44% -
HSV(B) 67.2º 0.8% 0.74% -
XYZ 34.91 44.65 8.61 -
YUV 165.52 56.04 131.2 -
System Red Green Blue C M Y K H S L
Decimal 170 188 38 0.10 0 0.80 0.26 67.2 0.66 0.44
Hex AA BC 26 A 0 50 1A 43 42 2C
Octal 252 274 46 12 0 120 32 103 102 54
Binary 10101010 10111100 100110 1010 0 1010000 11010 1000011 1000010 101100

Color Harmonies of #AABC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC26

Black with #AABC26

Text Example


Text Example

White with #AABC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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