Html Css Color HEX #ABBC20 Bahia

📋 copy color: '#ABBC20'

red 171 ◦ green 188 ◦ blue 32

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

Shades of Bahia #ABBC20

Tints of Bahia #ABBC20

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

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

R = 43.73%
G = 48.08%
B = 8.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#ABBC20 (or 0xABBC20) is known color: Bahia. HEX triplet: AB, BC and 20. RGB value is (171,188,32). Sum of RGB (Red+Green+Blue) = 171+188+32=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC20 is #5443DF. Grayscale: #A5A5A5. Windows color (decimal): -5522400 or 2145451. OLE color: 2145451.

HSL color Cylindrical-coordinate representation of color #ABBC20: hue angle of 66.54º 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 #ABBC20 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 32 -
CMYK 0.09 0 0.83 0.26
HSL 66.54º 0.71% 0.43% -
HSV(B) 66.54º 0.83% 0.74% -
XYZ 35.04 44.73 8.15 -
YUV 165.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 171 188 32 0.09 0 0.83 0.26 66.54 0.71 0.43
Hex AB BC 20 9 0 53 1A 43 47 2B
Octal 253 274 40 11 0 123 32 103 107 53
Binary 10101011 10111100 100000 1001 0 1010011 11010 1000011 1000111 101011

Color Harmonies of #ABBC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC20

Black with #ABBC20

Text Example


Text Example

White with #ABBC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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