Html Css Color HEX #ABBD20 Bahia

📋 copy color: '#ABBD20'

red 171 ◦ green 189 ◦ blue 32

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

Shades of Bahia #ABBD20

Tints of Bahia #ABBD20

RGB

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

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

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

R = 43.62%
G = 48.21%
B = 8.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#ABBD20 (or 0xABBD20) is known color: Bahia. HEX triplet: AB, BD and 20. RGB value is (171,189,32). Sum of RGB (Red+Green+Blue) = 171+189+32=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD20 is #5442DF. Grayscale: #A6A6A6. Windows color (decimal): -5522144 or 2145707. OLE color: 2145707.

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

Color convert

RGB 171 189 32 -
CMYK 0.10 0 0.83 0.26
HSL 66.88º 0.71% 0.43% -
HSV(B) 66.88º 0.83% 0.74% -
XYZ 35.25 45.16 8.22 -
YUV 165.72 52.54 131.77 -
System Red Green Blue C M Y K H S L
Decimal 171 189 32 0.10 0 0.83 0.26 66.88 0.71 0.43
Hex AB BD 20 A 0 53 1A 43 47 2B
Octal 253 275 40 12 0 123 32 103 107 53
Binary 10101011 10111101 100000 1010 0 1010011 11010 1000011 1000111 101011

Color Harmonies of #ABBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD20

Black with #ABBD20

Text Example


Text Example

White with #ABBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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