Html Css Color HEX #AAB21B Bahia

📋 copy color: '#AAB21B'

red 170 ◦ green 178 ◦ blue 27

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

Shades of Bahia #AAB21B

Tints of Bahia #AAB21B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.47%

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 45.33%
G = 47.47%
B = 7.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#AAB21B (or 0xAAB21B) is known color: Bahia. HEX triplet: AA, B2 and 1B. RGB value is (170,178,27). Sum of RGB (Red+Green+Blue) = 170+178+27=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB21B is #554DE4. Grayscale: #9E9E9E. Windows color (decimal): -5590501 or 1815210. OLE color: 1815210.

HSL color Cylindrical-coordinate representation of color #AAB21B: hue angle of 63.18º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB21B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 27 -
CMYK 0.04 0 0.85 0.30
HSL 63.18º 0.74% 0.4% -
HSV(B) 63.18º 0.85% 0.7% -
XYZ 32.7 40.47 7.12 -
YUV 158.39 53.85 136.28 -
System Red Green Blue C M Y K H S L
Decimal 170 178 27 0.04 0 0.85 0.30 63.18 0.74 0.4
Hex AA B2 1B 4 0 55 1E 3F 4A 28
Octal 252 262 33 4 0 125 36 77 112 50
Binary 10101010 10110010 11011 100 0 1010101 11110 111111 1001010 101000

Color Harmonies of #AAB21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB21B

Black with #AAB21B

Text Example


Text Example

White with #AAB21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB21B; }

 p { color: rgb(170,178,27); }

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

background-color css

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

 a { background-color: rgb(170,178,27); }

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

border-color css

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

 span { border-color: rgb(170,178,27); }

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