Html Css Color HEX #AABD2F Bahia

📋 copy color: '#AABD2F'

red 170 ◦ green 189 ◦ blue 47

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

Shades of Bahia #AABD2F

Tints of Bahia #AABD2F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.55%

 BLUE value IS 47 (18.75% from 255) = 11.58%

R = 41.87%
G = 46.55%
B = 11.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#AABD2F (or 0xAABD2F) is known color: Bahia. HEX triplet: AA, BD and 2F. RGB value is (170,189,47). Sum of RGB (Red+Green+Blue) = 170+189+47=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD2F is #5542D0. Grayscale: #A7A7A7. Windows color (decimal): -5587665 or 3128746. OLE color: 3128746.

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

Color convert

RGB 170 189 47 -
CMYK 0.10 0 0.75 0.26
HSL 68.03º 0.6% 0.46% -
HSV(B) 68.03º 0.75% 0.74% -
XYZ 35.29 45.15 9.54 -
YUV 167.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 170 189 47 0.10 0 0.75 0.26 68.03 0.6 0.46
Hex AA BD 2F A 0 4B 1A 44 3C 2E
Octal 252 275 57 12 0 113 32 104 74 56
Binary 10101010 10111101 101111 1010 0 1001011 11010 1000100 111100 101110

Color Harmonies of #AABD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD2F

Black with #AABD2F

Text Example


Text Example

White with #AABD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD2F; }

 p { color: rgb(170,189,47); }

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

background-color css

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

 a { background-color: rgb(170,189,47); }

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

border-color css

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

 span { border-color: rgb(170,189,47); }

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