Html Css Color HEX #AABD23 Bahia

📋 copy color: '#AABD23'

red 170 ◦ green 189 ◦ blue 35

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

Shades of Bahia #AABD23

Tints of Bahia #AABD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.88%

R = 43.15%
G = 47.97%
B = 8.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#AABD23 (or 0xAABD23) is known color: Bahia. HEX triplet: AA, BD and 23. RGB value is (170,189,35). Sum of RGB (Red+Green+Blue) = 170+189+35=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD23 is #5542DC. Grayscale: #A6A6A6. Windows color (decimal): -5587677 or 2342314. OLE color: 2342314.

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

Color convert

RGB 170 189 35 -
CMYK 0.10 0 0.81 0.26
HSL 67.4º 0.69% 0.44% -
HSV(B) 67.4º 0.81% 0.74% -
XYZ 35.08 45.06 8.44 -
YUV 165.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 170 189 35 0.10 0 0.81 0.26 67.4 0.69 0.44
Hex AA BD 23 A 0 51 1A 43 45 2C
Octal 252 275 43 12 0 121 32 103 105 54
Binary 10101010 10111101 100011 1010 0 1010001 11010 1000011 1000101 101100

Color Harmonies of #AABD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD23

Black with #AABD23

Text Example


Text Example

White with #AABD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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