Html Css Color HEX #ABCB20 Bahia

📋 copy color: '#ABCB20'

red 171 ◦ green 203 ◦ blue 32

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

Shades of Bahia #ABCB20

Tints of Bahia #ABCB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50%

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

R = 42.12%
G = 50%
B = 7.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#ABCB20 (or 0xABCB20) is known color: Bahia. HEX triplet: AB, CB and 20. RGB value is (171,203,32). Sum of RGB (Red+Green+Blue) = 171+203+32=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB20 is #5434DF. Grayscale: #AEAEAE. Windows color (decimal): -5518560 or 2149291. OLE color: 2149291.

HSL color Cylindrical-coordinate representation of color #ABCB20: hue angle of 71.23º 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 #ABCB20 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 32 -
CMYK 0.16 0 0.84 0.20
HSL 71.23º 0.73% 0.46% -
HSV(B) 71.23º 0.84% 0.8% -
XYZ 38.41 51.47 9.28 -
YUV 173.94 47.9 125.9 -
System Red Green Blue C M Y K H S L
Decimal 171 203 32 0.16 0 0.84 0.20 71.23 0.73 0.46
Hex AB CB 20 10 0 54 14 47 49 2E
Octal 253 313 40 20 0 124 24 107 111 56
Binary 10101011 11001011 100000 10000 0 1010100 10100 1000111 1001001 101110

Color Harmonies of #ABCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB20

Black with #ABCB20

Text Example


Text Example

White with #ABCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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