Html Css Color HEX #ABCD20 Bahia

📋 copy color: '#ABCD20'

red 171 ◦ green 205 ◦ blue 32

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

Shades of Bahia #ABCD20

Tints of Bahia #ABCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.25%

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

R = 41.91%
G = 50.25%
B = 7.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#ABCD20 (or 0xABCD20) is known color: Bahia. HEX triplet: AB, CD and 20. RGB value is (171,205,32). Sum of RGB (Red+Green+Blue) = 171+205+32=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD20 is #5432DF. Grayscale: #AFAFAF. Windows color (decimal): -5518048 or 2149803. OLE color: 2149803.

HSL color Cylindrical-coordinate representation of color #ABCD20: hue angle of 71.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABCD20 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 32 -
CMYK 0.17 0 0.84 0.20
HSL 71.79º 0.73% 0.46% -
HSV(B) 71.79º 0.84% 0.8% -
XYZ 38.89 52.42 9.44 -
YUV 175.11 47.24 125.07 -
System Red Green Blue C M Y K H S L
Decimal 171 205 32 0.17 0 0.84 0.20 71.79 0.73 0.46
Hex AB CD 20 11 0 54 14 48 49 2E
Octal 253 315 40 21 0 124 24 110 111 56
Binary 10101011 11001101 100000 10001 0 1010100 10100 1001000 1001001 101110

Color Harmonies of #ABCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD20

Black with #ABCD20

Text Example


Text Example

White with #ABCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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