Html Css Color HEX #ABBA20 Bahia

📋 copy color: '#ABBA20'

red 171 ◦ green 186 ◦ blue 32

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

Shades of Bahia #ABBA20

Tints of Bahia #ABBA20

RGB

 RED value IS 171 (67.19% from 255) = 43.96%

 GREEN value IS 186 (73.05% from 255) = 47.81%

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 43.96%
G = 47.81%
B = 8.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ABBA20 (or 0xABBA20) is known color: Bahia. HEX triplet: AB, BA and 20. RGB value is (171,186,32). Sum of RGB (Red+Green+Blue) = 171+186+32=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA20 is #5445DF. Grayscale: #A4A4A4. Windows color (decimal): -5522912 or 2144939. OLE color: 2144939.

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

Color convert

RGB 171 186 32 -
CMYK 0.08 0 0.83 0.27
HSL 65.84º 0.71% 0.43% -
HSV(B) 65.84º 0.83% 0.73% -
XYZ 34.61 43.88 8.01 -
YUV 163.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 171 186 32 0.08 0 0.83 0.27 65.84 0.71 0.43
Hex AB BA 20 8 0 53 1B 42 47 2B
Octal 253 272 40 10 0 123 33 102 107 53
Binary 10101011 10111010 100000 1000 0 1010011 11011 1000010 1000111 101011

Color Harmonies of #ABBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA20

Black with #ABBA20

Text Example


Text Example

White with #ABBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA20; }

 p { color: rgb(171,186,32); }

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

background-color css

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

 a { background-color: rgb(171,186,32); }

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

border-color css

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

 span { border-color: rgb(171,186,32); }

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