Html Css Color HEX #ABCB21 Bahia

📋 copy color: '#ABCB21'

red 171 ◦ green 203 ◦ blue 33

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

Shades of Bahia #ABCB21

Tints of Bahia #ABCB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 42.01%
G = 49.88%
B = 8.11%

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

#ABCB21 (or 0xABCB21) is known color: Bahia. HEX triplet: AB, CB and 21. RGB value is (171,203,33). Sum of RGB (Red+Green+Blue) = 171+203+33=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB21 is #5434DE. Grayscale: #AEAEAE. Windows color (decimal): -5518559 or 2214827. OLE color: 2214827.

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

Color convert

RGB 171 203 33 -
CMYK 0.16 0 0.84 0.20
HSL 71.29º 0.72% 0.46% -
HSV(B) 71.29º 0.84% 0.8% -
XYZ 38.43 51.48 9.35 -
YUV 174.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 171 203 33 0.16 0 0.84 0.20 71.29 0.72 0.46
Hex AB CB 21 10 0 54 14 47 48 2E
Octal 253 313 41 20 0 124 24 107 110 56
Binary 10101011 11001011 100001 10000 0 1010100 10100 1000111 1001000 101110

Color Harmonies of #ABCB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB21

Black with #ABCB21

Text Example


Text Example

White with #ABCB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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