Html Css Color HEX #AABD2B Bahia

📋 copy color: '#AABD2B'

red 170 ◦ green 189 ◦ blue 43

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

Shades of Bahia #AABD2B

Tints of Bahia #AABD2B

RGB

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

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

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

R = 42.29%
G = 47.01%
B = 10.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#AABD2B (or 0xAABD2B) is known color: Bahia. HEX triplet: AA, BD and 2B. RGB value is (170,189,43). Sum of RGB (Red+Green+Blue) = 170+189+43=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD2B is #5542D4. Grayscale: #A7A7A7. Windows color (decimal): -5587669 or 2866602. OLE color: 2866602.

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

Color convert

RGB 170 189 43 -
CMYK 0.10 0 0.77 0.26
HSL 67.81º 0.63% 0.45% -
HSV(B) 67.81º 0.77% 0.74% -
XYZ 35.21 45.12 9.14 -
YUV 166.68 58.21 130.37 -
System Red Green Blue C M Y K H S L
Decimal 170 189 43 0.10 0 0.77 0.26 67.81 0.63 0.45
Hex AA BD 2B A 0 4D 1A 44 3F 2D
Octal 252 275 53 12 0 115 32 104 77 55
Binary 10101010 10111101 101011 1010 0 1001101 11010 1000100 111111 101101

Color Harmonies of #AABD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD2B

Black with #AABD2B

Text Example


Text Example

White with #AABD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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