Html Css Color HEX #ABCB10 Bahia

📋 copy color: '#ABCB10'

red 171 ◦ green 203 ◦ blue 16

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

Shades of Bahia #ABCB10

Tints of Bahia #ABCB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.1%

R = 43.85%
G = 52.05%
B = 4.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#ABCB10 (or 0xABCB10) is known color: Bahia. HEX triplet: AB, CB and 10. RGB value is (171,203,16). Sum of RGB (Red+Green+Blue) = 171+203+16=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB10 is #5434EF. Grayscale: #ACACAC. Windows color (decimal): -5518576 or 1100715. OLE color: 1100715.

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

Color convert

RGB 171 203 16 -
CMYK 0.16 0 0.92 0.20
HSL 70.27º 0.85% 0.43% -
HSV(B) 70.27º 0.92% 0.8% -
XYZ 38.24 51.41 8.4 -
YUV 172.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 171 203 16 0.16 0 0.92 0.20 70.27 0.85 0.43
Hex AB CB 10 10 0 5C 14 46 55 2B
Octal 253 313 20 20 0 134 24 106 125 53
Binary 10101011 11001011 10000 10000 0 1011100 10100 1000110 1010101 101011

Color Harmonies of #ABCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB10

Black with #ABCB10

Text Example


Text Example

White with #ABCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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