Html Css Color HEX #ABCB19 Bahia

📋 copy color: '#ABCB19'

red 171 ◦ green 203 ◦ blue 25

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

Shades of Bahia #ABCB19

Tints of Bahia #ABCB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 42.86%
G = 50.88%
B = 6.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#ABCB19 (or 0xABCB19) is known color: Bahia. HEX triplet: AB, CB and 19. RGB value is (171,203,25). Sum of RGB (Red+Green+Blue) = 171+203+25=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB19 is #5434E6. Grayscale: #ADADAD. Windows color (decimal): -5518567 or 1690539. OLE color: 1690539.

HSL color Cylindrical-coordinate representation of color #ABCB19: hue angle of 70.79º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABCB19 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 25 -
CMYK 0.16 0 0.88 0.20
HSL 70.79º 0.78% 0.45% -
HSV(B) 70.79º 0.88% 0.8% -
XYZ 38.33 51.44 8.83 -
YUV 173.14 44.4 126.47 -
System Red Green Blue C M Y K H S L
Decimal 171 203 25 0.16 0 0.88 0.20 70.79 0.78 0.45
Hex AB CB 19 10 0 58 14 47 4E 2D
Octal 253 313 31 20 0 130 24 107 116 55
Binary 10101011 11001011 11001 10000 0 1011000 10100 1000111 1001110 101101

Color Harmonies of #ABCB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB19

Black with #ABCB19

Text Example


Text Example

White with #ABCB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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