Html Css Color HEX #AAB92B Bahia

📋 copy color: '#AAB92B'

red 170 ◦ green 185 ◦ blue 43

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

Shades of Bahia #AAB92B

Tints of Bahia #AAB92B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 42.71%
G = 46.48%
B = 10.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#AAB92B (or 0xAAB92B) is known color: Bahia. HEX triplet: AA, B9 and 2B. RGB value is (170,185,43). Sum of RGB (Red+Green+Blue) = 170+185+43=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB92B is #5546D4. Grayscale: #A4A4A4. Windows color (decimal): -5588693 or 2865578. OLE color: 2865578.

HSL color Cylindrical-coordinate representation of color #AAB92B: hue angle of 66.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB92B is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 43 -
CMYK 0.08 0 0.77 0.27
HSL 66.34º 0.62% 0.45% -
HSV(B) 66.34º 0.77% 0.73% -
XYZ 34.36 43.42 8.85 -
YUV 164.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 170 185 43 0.08 0 0.77 0.27 66.34 0.62 0.45
Hex AA B9 2B 8 0 4D 1B 42 3E 2D
Octal 252 271 53 10 0 115 33 102 76 55
Binary 10101010 10111001 101011 1000 0 1001101 11011 1000010 111110 101101

Color Harmonies of #AAB92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB92B

Black with #AAB92B

Text Example


Text Example

White with #AAB92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB92B; }

 p { color: rgb(170,185,43); }

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

background-color css

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

 a { background-color: rgb(170,185,43); }

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

border-color css

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

 span { border-color: rgb(170,185,43); }

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