Html Css Color HEX #ABCB13 Bahia

📋 copy color: '#ABCB13'

red 171 ◦ green 203 ◦ blue 19

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

Shades of Bahia #ABCB13

Tints of Bahia #ABCB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 43.51%
G = 51.65%
B = 4.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#ABCB13 (or 0xABCB13) is known color: Bahia. HEX triplet: AB, CB and 13. RGB value is (171,203,19). Sum of RGB (Red+Green+Blue) = 171+203+19=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB13 is #5434EC. Grayscale: #ADADAD. Windows color (decimal): -5518573 or 1297323. OLE color: 1297323.

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

Color convert

RGB 171 203 19 -
CMYK 0.16 0 0.91 0.20
HSL 70.43º 0.83% 0.44% -
HSV(B) 70.43º 0.91% 0.8% -
XYZ 38.27 51.42 8.52 -
YUV 172.46 41.4 126.96 -
System Red Green Blue C M Y K H S L
Decimal 171 203 19 0.16 0 0.91 0.20 70.43 0.83 0.44
Hex AB CB 13 10 0 5B 14 46 53 2C
Octal 253 313 23 20 0 133 24 106 123 54
Binary 10101011 11001011 10011 10000 0 1011011 10100 1000110 1010011 101100

Color Harmonies of #ABCB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB13

Black with #ABCB13

Text Example


Text Example

White with #ABCB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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