Html Css Color HEX #AABC27 Bahia

📋 copy color: '#AABC27'

red 170 ◦ green 188 ◦ blue 39

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

Shades of Bahia #AABC27

Tints of Bahia #AABC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.82%

R = 42.82%
G = 47.36%
B = 9.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#AABC27 (or 0xAABC27) is known color: Bahia. HEX triplet: AA, BC and 27. RGB value is (170,188,39). Sum of RGB (Red+Green+Blue) = 170+188+39=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC27 is #5543D8. Grayscale: #A6A6A6. Windows color (decimal): -5587929 or 2604202. OLE color: 2604202.

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

Color convert

RGB 170 188 39 -
CMYK 0.10 0 0.79 0.26
HSL 67.25º 0.66% 0.45% -
HSV(B) 67.25º 0.79% 0.74% -
XYZ 34.93 44.66 8.7 -
YUV 165.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 170 188 39 0.10 0 0.79 0.26 67.25 0.66 0.45
Hex AA BC 27 A 0 4F 1A 43 42 2D
Octal 252 274 47 12 0 117 32 103 102 55
Binary 10101010 10111100 100111 1010 0 1001111 11010 1000011 1000010 101101

Color Harmonies of #AABC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC27

Black with #AABC27

Text Example


Text Example

White with #AABC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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